Runtime
final case class Runtime[+E](cause: Cause[E], annotations: TestAnnotationMap) extends TestFailure[E]
Value members
Inherited methods
Annotates this test failure with the specified test annotations.
Annotates this test failure with the specified test annotations.
- Inherited from:
- TestFailure
Transforms the error type of this test failure with the specified function.
Transforms the error type of this test failure with the specified function.
- Inherited from:
- TestFailure