reset static method
void
reset()
Resets the time to use the real system time.
Implementation
static void reset() {
_testNow = null;
}
Resets the time to use the real system time.
static void reset() {
_testNow = null;
}