verify.asserts

Type members

Classlikes

trait AssertEquals[R]
class ExpressionRenderer(showTypes: Boolean, shortString: Boolean)
class PowerAssert extends Recorder[Boolean, Unit]

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

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

Companion
object
object PowerAssert
Companion
class
case class RecordedExpression[T](text: String, ast: String, value: T, recordedValues: List[RecordedValue])
case class RecordedValue(value: Any, anchor: Int)
abstract class Recorder[A, R]
trait RecorderListener[A, R]
class RecorderMacro(using qctx0: Quotes)
Companion
object
Companion
class
class RecorderRuntime[A, R](listener: RecorderListener[A, R])
case class Recording[A](recordedExprs: List[RecordedExpression[A]])