reset static method

void reset()

Resets the time to use the real system time.

Implementation

static void reset() {
  _testNow = null;
}