testing/time library

Testing support for dart:core time functionality.

Classes

FakeStopwatch
A Stopwatch implementation that gets the current time in microseconds via a user-supplied function.

Typedefs

Now = int Function()
Returns the current test time in microseconds.