Object

org.scalatest.time

Millis

Related Doc: package time

Permalink

object Millis extends Units with Product with Serializable

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(10, Millis)

Note: Millis is merely a shorthand for Milliseconds. When passed to Span, Millis means exactly the same thing as Milliseconds.

Source
Units.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Units, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Millis
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Units
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All