org.specs2.reporter

Type members

Classlikes

class DefaultHtmlPrinter(env: Env) extends HtmlPrinter

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
case class HtmlPrinter(env: Env, searchPage: SearchPage, logger: Logger) extends Printer

Printer for html files

Printer for html files

Companion:
object
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
case class SearchPage(logger: Logger)

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