Runtime

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

Attributes

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

Members list

Value members

Inherited methods

def annotated(annotations: TestAnnotationMap): TestFailure[E]

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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product