TestFailure

sealed abstract class TestFailure[+E]
Companion:
object
class Object
trait Matchable
class Any
class Assertion
class Runtime[E]

Value members

Abstract methods

Retrieves the annotations associated with this test failure.

Retrieves the annotations associated with this test failure.

Concrete methods

Annotates this test failure with the specified test annotations.

Annotates this test failure with the specified test annotations.

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.