// Now we swap the timer in client with our taskTimer which helps in making
// the mainGet request during the period of wait for probe, in which case
// the code path for the alreadyNSREd region will kick in.
FakeTaskTimer taskTimer = new FakeTaskTimer();
HashedWheelTimer originalTimer = Whitebox.getInternalState(client,
"timer");
Whitebox.setInternalState(client, "timer", taskTimer);
// Code for execution of the test start the execution of triggerGet, this