SpecTestEvent

case class SpecTestEvent(name: String, status: Status, durationInMillis: Option[Long], throwable: OptionalThrowable) extends Event
trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val duration: Long
val fingerprint: Fingerprint
val fullyQualifiedName: String
val selector: TestSelector