org.specs2.reporter

Members list

Type members

Classlikes

class DefaultHtmlPrinter(env: Env) extends HtmlPrinter

Attributes

Supertypes
class HtmlPrinter
trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any
Show all

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 Object
trait Matchable
class Any
Known subtypes
object HtmlBodyPrinter.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HtmlOptions

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class HtmlPrinter(env: Env, searchPage: SearchPage, logger: Logger) extends Printer

Printer for html files

Printer for html files

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any
Show all
Known subtypes
object HtmlPrinter

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait HtmlUrls

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HtmlUrls.type
object HtmlUrls extends HtmlUrls

Attributes

Companion
trait
Supertypes
trait HtmlUrls
class Object
trait Matchable
class Any
Self type
HtmlUrls.type
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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Pandoc

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pandoc.type
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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all