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 total: Int

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product