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 Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def duration(): Long
def fullyQualifiedName(): String
def status(): Status

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product