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
TestTrace.type

Members list

Type members

Classlikes

object Annotation

Attributes

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

Attributes

Companion
object
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]
def prune(trace: TestTrace[Boolean], negated: Boolean): Option[TestTrace[Boolean]]

Prune all non-failures from the trace.

Prune all non-failures from the trace.

Attributes

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