Statistics

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

Compute the statistics for executed fragments

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Statistics.type

Members list

Value members

Concrete methods

def defaultStats(fragment: Fragment): Stats
def fold: AsyncFold[Fragment, Stats] { type S = Stats; }

load the previous statistics if necessary

load the previous statistics if necessary

Attributes

def readStats(className: String, env: Env): Fragment => AsyncStream[Fragment]

read the stats for one Fragment

read the stats for one Fragment

Attributes