Package

verify

asserts

Permalink

package asserts

Visibility
  1. Public
  2. All

Type Members

  1. trait AssertEquals[R] extends AnyRef

    Permalink
  2. class ExpressionRenderer extends AnyRef

    Permalink
  3. class PowerAssert extends Recorder[Boolean, Unit]

    Permalink

    An instance of PowerAssert returns an object that can be called with a signature of assert(...) function.

  4. case class RecordedExpression[T](text: String, ast: String, value: T, recordedValues: List[RecordedValue]) extends Product with Serializable

    Permalink
  5. case class RecordedValue(value: Any, anchor: Int) extends Product with Serializable

    Permalink
  6. abstract class Recorder[A, R] extends AnyRef

    Permalink
  7. trait RecorderListener[A, R] extends AnyRef

    Permalink
  8. class RecorderMacro[C <: Context] extends AnyRef

    Permalink
  9. class RecorderRuntime[A, R] extends AnyRef

    Permalink
  10. case class Recording[A](recordedExprs: List[RecordedExpression[A]]) extends Product with Serializable

    Permalink

Ungrouped