Assertion

final case class Assertion(result: TestResult, annotations: TestAnnotationMap) extends TestFailure[Nothing]
trait Product
trait Equals
class TestFailure[Nothing]
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: 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.

Inherited from:
TestFailure
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product