DefaultStatistics

case class DefaultStatistics(arguments: Arguments, statisticsRepository: StatisticsRepository) extends Statistics
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product