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

Members list

Value members

Abstract methods

read the stats for each Fragment of the specifications if the 'was' argument is passed on the command line to query the previous status of a Fragments

read the stats for each Fragment of the specifications if the 'was' argument is passed on the command line to query the previous status of a Fragments

Attributes

def readStats(className: String)(fragment: Fragment): Operation[Fragment]

read the stats for one Fragment

read the stats for one Fragment

Attributes