object TestFailure
- Companion:
- class
Type members
Classlikes
final case class Assertion(result: TestResult, annotations: TestAnnotationMap) extends TestFailure[Nothing]
final case class Runtime[+E](cause: Cause[E], annotations: TestAnnotationMap) extends TestFailure[E]
Value members
Concrete methods
Constructs an assertion failure with the specified result.
Constructs an assertion failure with the specified result.
Constructs a runtime failure that dies with the specified Throwable
.
Constructs a runtime failure that dies with the specified Throwable
.
Constructs a runtime failure that fails with the specified error.
Constructs a runtime failure that fails with the specified error.