Runtime

final case class Runtime[+E](cause: Cause[E], annotations: TestAnnotationMap) extends TestFailure[E]
trait Product
trait Equals
class TestFailure[E]
class Object
trait Matchable
class Any

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
def map[E2](f: E => E2): TestFailure[E2]

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
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product