Statistics

org.specs2.specification.process.Statistics
See theStatistics companion trait
object Statistics

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Statistics.type

Members list

Value members

Concrete methods

def emptyStats(fragment: Fragment): Stats

create an empty Stats object for a given fragment, counting 1 for an example

create an empty Stats object for a given fragment, counting 1 for an example

Attributes

def fold: AsyncFold[Fragment, Stats] { type S = Stats; }

Fold for collecting stats

Fold for collecting stats

Attributes

def fromFragment(fragment: Fragment): Action[Stats]
def runStats(spec: SpecStructure)(ee: ExecutionEnv): Stats

collect all the stats for a specification

collect all the stats for a specification

Attributes

get the stats for each fragment of a specification

get the stats for each fragment of a specification

Attributes