org.specs2.reporter

DefaultStatisticsRepository

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findPreviousStats(e: Example): (NodeSeq) ⇒ Option[Product with Serializable with Result { def mute: Product with Serializable with org.specs2.execute.Result }]

    find the pr of an example in the loaded xml

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

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

    returns

    the latest statistics for a given specification

    Definition Classes
    DefaultStatisticsRepositoryStatisticsRepository
  14. def hashCode(): Int

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

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

    returns

    the latest saved results of a given specification

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

    returns

    the latest saved statistics of a given specification

  18. def loadStatistics(specName: SpecName): NodeSeq

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

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

    returns

    the previous executed result of an example

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

    returns

    the file path for the html output

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

    reset the statistics

    reset the statistics

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

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

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

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

    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OutputDir

Inherited from StatisticsRepository

Inherited from AnyRef

Inherited from Any

Ungrouped