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 AssertsVersionSpecific
  3. trait AssertsCompanionVersionSpecific extends AnyRef

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

  4. trait AssertsVersionSpecific extends AnyRef
  5. class MacroCompat extends AnyRef
  6. trait ParallelVersionSpecific extends AnyRef

    Asserts which only make sense when running on multiple threads.

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

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

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

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

  9. class Show extends Annotation with StaticAnnotation

Value Members

  1. object Asserts extends AssertsCompanionVersionSpecific

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

  2. object Parallel extends ParallelVersionSpecific

    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