DefaultStatistics

org.specs2.specification.process.DefaultStatistics
case class DefaultStatistics(arguments: Arguments, statisticsRepository: StatisticsRepository) extends Statistics

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Statistics
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete 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 from the statistics repository

read the stats for one Fragment from the statistics repository

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product