org.specs2.reporter

Type members

Classlikes

Create the body of an html file reporting a specification execution

Create the body of an html file reporting a specification execution

Companion:
object
Companion:
class
case class HtmlOptions(outDir: DirectoryPath, baseDir: DirectoryPath, template: FilePath, variables: Map[String, String], noStats: Boolean, search: Boolean, warnMissingSeeRefs: Boolean, tocEntryMaxSize: Int, toc: Boolean)

Options for the Html generation

Options for the Html generation

Companion:
object
Companion:
class
trait HtmlPrinter extends Printer

Printer for html files

Printer for html files

Companion:
object
object HtmlPrinter extends HtmlPrinter
Companion:
class
trait HtmlUrls
Companion:
object
object HtmlUrls extends HtmlUrls
Companion:
class
case class Pandoc(verbose: Boolean, executable: FilePath, inputFormat: String, outputFormat: String)

Representation of the Pandoc executable

Representation of the Pandoc executable

Companion:
object
object Pandoc
Companion:
class

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

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

Companion:
object
object SearchPage extends SearchPage
Companion:
class