Assertion

zio.test.TestFailure.Assertion
final case class Assertion(result: TestResult, annotations: TestAnnotationMap) extends TestFailure[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TestFailure[Nothing]
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: Nothing => 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