ZTestEvent

zio.test.sbt.ZTestEvent
See theZTestEvent companion object
final case class ZTestEvent(fullyQualifiedName0: String, selector0: Selector, status0: Status, maybeThrowable: Option[Throwable], duration0: Long, fingerprint0: Fingerprint) extends Event

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def duration(): Long

An amount of time, in milliseconds, that was required to complete the action reported by this event, or -1, if no duration was available.

An amount of time, in milliseconds, that was required to complete the action reported by this event, or -1, if no duration was available.

Attributes

Definition Classes
override def fingerprint(): Fingerprint

The fingerprint of the test class whose fully qualified name is returned by the fullyQualifiedName method on this Event.

The fingerprint of the test class whose fully qualified name is returned by the fullyQualifiedName method on this Event.

If the isModule method of the fingerprint indicates that the fullyQualifiedName refers to a module (singleton object), the fullyQualifiedName string does not include the trailing dollar sign.

Attributes

Definition Classes
override def fullyQualifiedName(): String

The fully qualified name of a class that can rerun the suite or test about which an event was fired.

The fully qualified name of a class that can rerun the suite or test about which an event was fired.

Attributes

Definition Classes
override def selector(): Selector

Additional information identifying the suite or test about which an event was fired.

Additional information identifying the suite or test about which an event was fired.

Attributes

Definition Classes
override def status(): Status

Indicates whether the event represents a test success, failure, error, skipped, ignored, canceled, pending.

Indicates whether the event represents a test success, failure, error, skipped, ignored, canceled, pending.

Attributes

Definition Classes

An OptionalThrowable associated with this Event.

An OptionalThrowable associated with this Event.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product