StatisticsMemoryStore

org.specs2.specification.process.StatisticsMemoryStore
case class StatisticsMemoryStore(statistics: HashMap[String, Stats], results: HashMap[(String, Long), Result]) extends Store

In memory store for statistics

Attributes

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

Members list

Value members

Concrete methods

def get[A](key: Key[A]): Operation[Option[A]]
def reset: Operation[Unit]
def set[A](key: Key[A], a: A): Operation[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product