Outcome

weaver.Runner$.Outcome
See theOutcome companion object
case class Outcome(successes: Int, ignored: Int, cancelled: Int, failures: Int)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def formatted: String
def total: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product