trait Event extends AnyRef
An event fired by the test framework during a run.
- Alphabetic
- By Inheritance
- Event
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract 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.
- abstract def fingerprint(): Fingerprint
The fingerprint of the test class whose fully qualified name is returned by the
fullyQualifiedName
method on thisEvent
.The fingerprint of the test class whose fully qualified name is returned by the
fullyQualifiedName
method on thisEvent
.If the
isModule
method of the fingerprint indicates that thefullyQualifiedName
refers to a module (singleton object), thefullyQualifiedName
string does not include the trailing dollar sign. - abstract def fullyQualifiedName(): String
The fully qualified name of a class that can rerun the suite or test about which an event was fired.
- abstract def selector(): Selector
Additional information identifying the suite or test about which an event was fired.
- abstract def status(): Status
Indicates whether the event represents a test success, failure, error, skipped, ignored, canceled, pending.
- abstract def throwable(): OptionalThrowable
An
OptionalThrowable
associated with thisEvent
.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()