Default

case class Default(name: String, duration: FiniteDuration, result: Result, log: Chain[Entry]) extends TestOutcome
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def cause: Option[Throwable]
def formatted(mode: Mode): String

Inherited methods

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