Class

org.specs2.reporter

FinalResultsExporter

Related Doc: package reporter

Permalink

case class FinalResultsExporter(taskDef: TaskDef, handler: EventHandler, loggers: Array[Logger]) extends SbtExporter with Product with Serializable

This reporter will just notify the test interface about test results for the end statistics

It is only used if we are not using the Console exporter

Linear Supertypes
Serializable, Serializable, Product, Equals, SbtExporter, Events, TextExporting, Exporting, TextPrinter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FinalResultsExporter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SbtExporter
  7. Events
  8. TextExporting
  9. Exporting
  10. TextPrinter
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FinalResultsExporter(taskDef: TaskDef, handler: EventHandler, loggers: Array[Logger])

    Permalink

Type Members

  1. sealed trait Print extends AnyRef

    Permalink
    Definition Classes
    TextPrinter
  2. case class PrintBr() extends Print with Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  3. case class PrintLine(text: Print, stats: Stats, level: Int, args: Arguments) extends Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  4. case class PrintOther(fragment: ExecutedFragment) extends Print with Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  5. case class PrintResult(result: () ⇒ ExecutedFragment) extends Print with Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  6. case class PrintSpecEnd(end: ExecutedSpecEnd, endStats: Stats) extends Print with Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  7. case class PrintSpecStart(start: ExecutedSpecStart) extends Print with Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  8. case class PrintText(t: ExecutedText) extends Print with Product with Serializable

    Permalink
    Definition Classes
    TextPrinter
  9. abstract class SpecEvent extends Event

    Permalink
    Definition Classes
    Events
  10. type ToPrint = (((Stream[Print], Stats), Level[Fragment]), Arguments)

    Permalink
    Definition Classes
    TextPrinter
  11. case class canceled(taskDef: TaskDef) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events
  12. case class error(taskDef: TaskDef, exception: Throwable) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events
  13. case class failure(taskDef: TaskDef, exception: Throwable) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events
  14. case class ignored(taskDef: TaskDef) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events
  15. case class pending(taskDef: TaskDef) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events
  16. case class skipped(taskDef: TaskDef) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events
  17. case class succeeded(taskDef: TaskDef) extends SpecEvent with Product with Serializable

    Permalink
    Definition Classes
    Events

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. implicit val PrintReducer: Reducer[ExecutingFragment, Stream[Print]]

    Permalink
    Definition Classes
    TextPrinter
  5. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  8. def export(implicit args: Arguments): (ExecutingSpecification) ⇒ ExecutedSpecification

    Permalink

    returns

    a function exporting an ExecutingSpecification

    Definition Classes
    FinalResultsExporterSbtExporterTextExporting → Exporting
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def handleFragment(implicit args: Arguments): (ExecutedFragment) ⇒ ExecutedFragment

    Permalink
    Attributes
    protected
    Definition Classes
    SbtExporter
  12. val handler: EventHandler

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val loggers: Array[Logger]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def print(name: SpecName, fs: Seq[ExecutingFragment])(implicit commandLineArgs: Arguments): (((Stream[Print], Stats), Level[Fragment]), Arguments)

    Permalink
    Definition Classes
    TextPrinter
  19. def printIO(output: ResultOutput)(implicit args: Arguments): (ToPrint) ⇒ ToPrint

    Permalink

    print a line to the output

    print a line to the output

    Definition Classes
    TextPrinter
  20. def result(taskDef: TaskDef)(r: Result): Event

    Permalink
    Definition Classes
    Events
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. val taskDef: TaskDef

    Permalink
  23. def textOutput: SbtResultOutput

    Permalink
    Definition Classes
    SbtExporterTextPrinter
  24. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SbtExporter

Inherited from Events

Inherited from TextExporting

Inherited from Exporting

Inherited from TextPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped