org.scalatest.time

Units

class Units extends AnyRef

Defines a family of singleton objects representing units of time.

The singleton objects that extend this abstract class may be passed to the constructor of Span to specify units of time. For example:

Span(1, Second)

Attributes
sealed abstract
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Units
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Units ()