ExecutionEvent

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class RuntimeFailure[+E](id: SuiteId, labelsReversed: List[String], failure: TestFailure[E], ancestors: List[SuiteId]) extends ExecutionEvent
final case class SectionEnd(labelsReversed: List[String], id: SuiteId, ancestors: List[SuiteId]) extends ExecutionEvent
final case class SectionStart(labelsReversed: List[String], id: SuiteId, ancestors: List[SuiteId]) extends ExecutionEvent
final case class Test[+E](labelsReversed: List[String], test: Either[TestFailure[E], TestSuccess], annotations: TestAnnotationMap, ancestors: List[SuiteId], duration: Long, id: SuiteId) extends ExecutionEvent
final case class TopLevelFlush(id: SuiteId) extends ExecutionEvent

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror