org.specs2.reporter
package org.specs2.reporter
Members list
Type members
Classlikes
trait HtmlBodyPrinter
Create the body of an html file reporting a specification execution
Create the body of an html file reporting a specification execution
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object HtmlBodyPrinter.type
object HtmlBodyPrinter extends HtmlBodyPrinter
Attributes
- Companion
- trait
- Supertypes
- Self type
-
HtmlBodyPrinter.type
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
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object HtmlOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HtmlOptions.type
trait HtmlPrinter extends Printer
Printer for html files
Printer for html files
Attributes
- Companion
- object
- Supertypes
-
trait Printerclass Objecttrait Matchableclass Any
- Known subtypes
-
object HtmlPrinter.type
object HtmlPrinter extends HtmlPrinter
Attributes
- Companion
- trait
- Supertypes
- Self type
-
HtmlPrinter.type
trait HtmlUrls
case class Pandoc(verbose: Boolean, executable: FilePath, inputFormat: String, outputFormat: String)
Representation of the Pandoc executable
Representation of the Pandoc executable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Pandoc
trait SearchPage
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
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object SearchPage.type
object SearchPage extends SearchPage
Attributes
- Companion
- trait
- Supertypes
- Self type
-
SearchPage.type
In this article