FakeStopwatch constructor

FakeStopwatch(int now(), int frequency)

Implementation

FakeStopwatch(int now(), int this.frequency)
    : _now = now,
      _start = null,
      _stop = null;