Package

utest

asserts

Permalink

package asserts

Visibility
  1. Public
  2. All

Type Members

  1. case class AssertEntry[T](label: String, thunk: ((TestValue) ⇒ Unit) ⇒ T) extends Product with Serializable

    Permalink
  2. trait Asserts extends AnyRef

    Permalink
  3. class MacroCompat extends AnyRef

    Permalink
  4. case class RetryInterval(d: FiniteDuration) extends Product with Serializable

    Permalink

    Used to specify a retry-interval for the eventually and continually asserts.

  5. case class RetryMax(d: FiniteDuration) extends Product with Serializable

    Permalink

    Used to specify a maximum retry duration for the eventually and continually asserts.

  6. class Show extends Annotation with StaticAnnotation

    Permalink

Value Members

  1. object Asserts

    Permalink

    Macro implementation that provides rich error message for boolean expression assertion.

  2. object Parallel

    Permalink

    Asserts which only make sense when running on multiple threads.

  3. object Tracer

    Permalink

    Macro implementation to take a block of code and trace through it, converting it into an AssertEntry and inserting debug loggers.

  4. object Util

    Permalink

    Created by lihaoyi on 9/9/17.

Ungrouped