org.specs2

reporter

package reporter

Visibility
  1. Public
  2. All

Type Members

  1. trait BufferedLineLogger extends LineLogger

    This line logger tries to respect line breaks in the original text.

  2. class ConsoleNotifier extends Notifier

    Notifier that prints out to the console

  3. case class ErrorLine(s: String) extends LogLine with Product with Serializable

  4. case class FailureLine(s: String) extends LogLine with Product with Serializable

  5. trait HtmlBodyPrinter extends AnyRef

    Create the body of an html file reporting a specification execution

  6. case class HtmlOptions(outDir: DirectoryPath, baseDir: DirectoryPath, template: FilePath, variables: Map[String, String], noStats: Boolean, search: Boolean, warnMissingSeeRefs: Boolean, tocEntryMaxSize: Int, toc: Boolean) extends Product with Serializable

    Options for the Html generation

  7. trait HtmlPrinter extends Printer

    Printer for html files

  8. trait HtmlUrls extends AnyRef

  9. case class InfoLine(s: String) extends LogLine with Product with Serializable

  10. trait JUnitDescriptions extends ExecutionOrigin

    Create Description objects from the specification fragments and arrange them as a tree

  11. trait JUnitPrinter extends Printer

    The JUnitPrinter sends notifications to JUnit's RunNotifier

  12. trait JUnitXmlPrinter extends Printer

    The JUnitXmlPrinter creates an xml file with the specification execution results

  13. trait LineLogger extends AnyRef

    Logger with info, failure, error where each new message is displayed on a new line

  14. sealed trait LogLine extends AnyRef

    ADT for logging strings as info, warning or errors

  15. case class MarkdownOptions(outDir: DirectoryPath, extension: String) extends Product with Serializable

  16. trait MarkdownPrinter extends Printer

    This trait is not a full fledged markdown printer yet

  17. trait NoStdOut extends Around

    This trait allows to remove any console display during the execution of an example

  18. trait NoStdOutAroundEach extends AroundEach

    This trait allows to remove any console display during the execution of the examples of a Specification

  19. trait Notifier extends AnyRef

    This trait can be used for any event concerning the execution of examples seen as a Tree of Fragments.

  20. case class Pandoc(verbose: Boolean, executable: FilePath, inputFormat: String, outputFormat: String) extends Product with Serializable

    Representation of the Pandoc executable

  21. trait Printer extends AnyRef

    A Printer is essentially defined by a Fold that:

  22. trait Reporter extends AnyRef

    A reporter is responsible for

  23. trait SbtEvents extends AnyRef

    Sbt events for a given TaskDef and event handler

  24. case class SbtLineLogger(loggers: Array[Logger]) extends BufferedLineLogger with Product with Serializable

    Line logger using sbt's loggers

  25. trait SbtPrinter extends Printer

    Text printer for Sbt

  26. trait SearchPage extends AnyRef

    Functions used to create an index and a search page for the generated html pages

  27. trait ShowDescription extends AnyRef

    Implementation of the Show trait to allow the drawing of Tree[Description] with scalaz

  28. trait SilentNotifier extends Notifier

    Notifier which does not notify at all

  29. class SpecFailureAssertionFailedError extends AssertionFailedError

    This class refines the AssertionFailedError from junit and provides the stackTrace of an exception which occurred during the specification execution

  30. trait TextPrinter extends Printer

    Prints the result of a specification execution to the console (using the line logger provided by the environment)

Value Members

  1. object EmptyLine extends LogLine with Product with Serializable

  2. object HtmlBodyPrinter extends HtmlBodyPrinter

  3. object HtmlOptions extends Serializable

  4. object HtmlPrinter extends HtmlPrinter

  5. object HtmlUrls extends HtmlUrls

  6. object JUnitDescriptions extends JUnitDescriptions

  7. object JUnitXmlPrinter extends JUnitXmlPrinter

  8. object LineLogger

  9. object LogLine

  10. object MarkdownOptions extends Serializable

  11. object MarkdownPrinter extends MarkdownPrinter

  12. object NoStdOut extends NoStdOut

  13. object NotifierPrinter

    A Printer can be created from a Notifier implementation

  14. object NullOutputStream extends OutputStream

  15. object Pandoc extends Serializable

  16. object Printer

    specs2 built-in printers and creation methods based on the command line arguments

  17. object Reporter extends Reporter

  18. object SearchPage extends SearchPage

  19. object ShowDescription extends ShowDescription

  20. object TextPrinter extends TextPrinter

  21. object noOut extends PrintStream

  22. object stdOut extends PrintStream

Ungrouped