Runtime

zio.test.TestFailure$.Runtime
final case class Runtime[+E](cause: Cause[E], annotations: TestAnnotationMap) extends TestFailure[E]

Attributes

Graph
Supertypes
trait Product
trait Equals
class TestFailure[E]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Annotates this test failure with the specified test annotations.

Annotates this test failure with the specified test annotations.

Attributes

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.

Attributes

Inherited from:
TestFailure

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product