Package

org.specs2

time

Permalink

package time

Visibility
  1. Public
  2. All

Type Members

  1. trait HmsTimer[T <: HmsTimer[T]] extends AnyRef

    Permalink

    This trait provides Timer functionalities based on the Java Calendar milliseconds

  2. class SimpleTimer extends HmsTimer[SimpleTimer]

    Permalink
  3. trait DurationConversions extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need for conversions between Scala and specs2 durations now

  4. trait NoDurationConversions extends DurationConversions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need for conversions between Scala and specs2 durations now

  5. trait NoTimeConversions extends TimeConversions

    Permalink

    This trait can be used to deactivate the time conversions (to avoid conflicts with Akka's conversions for example

    This trait can be used to deactivate the time conversions (to avoid conflicts with Akka's conversions for example

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need to remove specs2 implicits now

  6. trait TimeConversions extends DurationConversions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. Import scala.concurrent.duration._ instead

Value Members

  1. object SimpleTimer

    Permalink

Deprecated Value Members

  1. object NoTimeConversions extends NoTimeConversions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need to remove specs2 implicits now

  2. object TimeConversions extends TimeConversions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need to remove specs2 implicits now

Ungrouped