zio.test.ExecutionEvent$
See theExecutionEvent companion trait
object ExecutionEvent
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
ExecutionEvent.type
Members list
Type members
Classlikes
final case class RuntimeFailure[+E](id: SuiteId, labelsReversed: List[String], failure: TestFailure[E], ancestors: List[SuiteId]) extends ExecutionEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecutionEventclass Objecttrait Matchableclass AnyShow all
final case class SectionEnd(labelsReversed: List[String], id: SuiteId, ancestors: List[SuiteId]) extends ExecutionEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecutionEventclass Objecttrait Matchableclass AnyShow all
final case class SectionStart(labelsReversed: List[String], id: SuiteId, ancestors: List[SuiteId]) extends ExecutionEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecutionEventclass Objecttrait Matchableclass AnyShow all
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecutionEventclass Objecttrait Matchableclass AnyShow all
final case class TestStarted(labelsReversed: List[String], annotations: TestAnnotationMap, ancestors: List[SuiteId], id: SuiteId, fullyQualifiedName: String) extends ExecutionEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecutionEventclass Objecttrait Matchableclass AnyShow all
final case class TopLevelFlush(id: SuiteId) extends ExecutionEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExecutionEventclass Objecttrait Matchableclass AnyShow all
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
In this article