ExecutionEvent

zio.test.ExecutionEvent$
See theExecutionEvent companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class RuntimeFailure[+E](id: SuiteId, labelsReversed: List[String], failure: TestFailure[E], ancestors: List[SuiteId]) extends ExecutionEvent

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SectionEnd(labelsReversed: List[String], id: SuiteId, ancestors: List[SuiteId]) extends ExecutionEvent

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SectionStart(labelsReversed: List[String], id: SuiteId, ancestors: List[SuiteId]) extends ExecutionEvent

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Test[+E](labelsReversed: List[String], test: Either[TestFailure[E], TestSuccess], annotations: TestAnnotationMap, ancestors: List[SuiteId], duration: Long, id: SuiteId, fullyQualifiedName: String) extends ExecutionEvent

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class TestStarted(labelsReversed: List[String], annotations: TestAnnotationMap, ancestors: List[SuiteId], id: SuiteId, fullyQualifiedName: String) extends ExecutionEvent

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class TopLevelFlush(id: SuiteId) extends ExecutionEvent

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

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