org.scalatest.time
Indicates millisecond units (shorthand form).
This singleton object may be passed to the constructor of Span to specify millisecond units of time. For example:
Span
Span(10, Millis)
Note: Millis is merely a shorthand for Milliseconds. When passed to Span, Millis means exactly the same thing as Milliseconds.
Millis
Milliseconds
Indicates millisecond units (shorthand form).
This singleton object may be passed to the constructor of
Span
to specify millisecond units of time. For example:Note:
Millis
is merely a shorthand forMilliseconds
. When passed toSpan
,Millis
means exactly the same thing asMilliseconds
.