Trait

org.specs2.reporter

DefaultStatisticsRepository

Related Doc: package reporter

Permalink

trait DefaultStatisticsRepository extends StatisticsRepository with OutputDir

This repository store the results in one file per specification, in a special directory

This solution is preferred over having a single file for all specifications because of the possible concurrent execution of specifications

Linear Supertypes
OutputDir, StatisticsRepository, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultStatisticsRepository
  2. OutputDir
  3. StatisticsRepository
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def findPreviousStats(e: Example): (NodeSeq) ⇒ Option[Product with Serializable with Result { ... /* 3 definitions in type refinement */ }]

    Permalink

    find the pr of an example in the loaded xml

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getStatistics(specName: SpecName): Option[Stats]

    Permalink

    returns

    the latest statistics for a given specification

    Definition Classes
    DefaultStatisticsRepositoryStatisticsRepository
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def latestSpecResults(specName: SpecName): Option[Node]

    Permalink

    returns

    the latest saved results of a given specification

  15. def latestSpecStats(specName: SpecName): Option[Node]

    Permalink

    returns

    the latest saved statistics of a given specification

  16. def loadStatistics(specName: SpecName): NodeSeq

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def previousResult(specName: SpecName, e: Example): Option[Result]

    Permalink

    returns

    the previous executed result of an example

    Definition Classes
    DefaultStatisticsRepositoryStatisticsRepository
  21. def reportPath(url: String): String

    Permalink

    returns

    the file path for the html output

    Definition Classes
    OutputDir
  22. def resetStatistics: DefaultStatisticsRepository.this.type

    Permalink

    reset the statistics

    reset the statistics

    Definition Classes
    DefaultStatisticsRepositoryStatisticsRepository
  23. def specStatsPath(specName: SpecName): String

    Permalink
  24. def storeResults(specName: SpecName, results: Seq[ExecutedResult]): DefaultStatisticsRepository.this.type

    Permalink
  25. def storeStatistics(specName: SpecName, stats: Stats): DefaultStatisticsRepository.this.type

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OutputDir

Inherited from StatisticsRepository

Inherited from AnyRef

Inherited from Any

Ungrouped