case classAssertionError(msg: String, captured: Seq[LoggedValue], cause: Throwable = null) extends java.lang.AssertionError with Product with Serializable
A special AssertionError thrown by utest's macro-powered asserts that
contains metadata about local variables used in the assert expression.
Linear Supertypes
Serializable, Product, Equals, java.lang.AssertionError, Error, Throwable, Serializable, AnyRef, Any
A special
AssertionError
thrown by utest's macro-powered asserts that contains metadata about local variables used in the assert expression.