TestTrace

zio.test.TestTrace$
See theTestTrace companion trait
object TestTrace

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Annotation

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Annotation

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Rethrow.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def boolean(value: Boolean)(message: ErrorMessage): TestTrace[Boolean]
def die(throwable: Throwable): TestTrace[Nothing]
def fail: TestTrace[Nothing]
def fail(message: String): TestTrace[Nothing]
def fail(message: ErrorMessage): TestTrace[Nothing]
def option[A](value: Option[A])(message: ErrorMessage): TestTrace[A]

Prune all non-failures from the trace.

Prune all non-failures from the trace.

Attributes

def succeed[A](value: A): TestTrace[A]