Packages

p

utest

asserts

package asserts

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AssertEntry[T](label: String, thunk: ((TestValue) ⇒ Unit) ⇒ T) extends Product with Serializable
  2. trait Asserts extends AnyRef
  3. case class RetryInterval(d: FiniteDuration) extends Product with Serializable

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

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

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

  5. class Show extends Annotation with StaticAnnotation

Value Members

  1. object Asserts

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

  2. object Parallel

    Asserts which only make sense when running on multiple threads.

  3. object Tracer

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

  4. object Util

    Created by lihaoyi on 9/9/17.

Ungrouped