Failure

libretto.testing.TestResult$.Failure
final case class Failure[A](msg: String, pos: SourcePos, error: Option[Throwable])

Members list

Concise view

Value members

Inherited methods

def flatMap[B](f: A => TestResult[B]): TestResult[B]

Attributes

Inherited from:
TestResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product