Package

org.specs2

reporter

Permalink

package reporter

Visibility
  1. Public
  2. All

Type Members

  1. trait HtmlBodyPrinter extends AnyRef

    Permalink

    Create the body of an html file reporting a specification execution

  2. 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

    Permalink

    Options for the Html generation

  3. trait HtmlPrinter extends Printer

    Permalink

    Printer for html files

  4. trait HtmlUrls extends AnyRef

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

    Permalink

    Representation of the Pandoc executable

  6. trait SearchPage extends AnyRef

    Permalink

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

Value Members

  1. object HtmlBodyPrinter extends HtmlBodyPrinter

    Permalink
  2. object HtmlOptions extends Serializable

    Permalink
  3. object HtmlPrinter extends HtmlPrinter

    Permalink
  4. object HtmlUrls extends HtmlUrls

    Permalink
  5. object Pandoc extends Serializable

    Permalink
  6. object SearchPage extends SearchPage

    Permalink

Ungrouped