HtmlOptions

org.specs2.reporter.HtmlOptions
See theHtmlOptions companion object
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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def indexDir: DirectoryPath
def indexFile: FilePath
def javascriptDir: DirectoryPath
def templateVariables: Map[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Extensions

Extensions

extension (map: Map[String, String])
def updateWhenTrue(name: String, value: String, condition: Boolean): Map[String, String]
def updateWhenTrue(name: String, value: Boolean): Map[String, String]