SpecHtmlPage

org.specs2.html.SpecHtmlPage
See theSpecHtmlPage companion object
case class SpecHtmlPage(specification: SpecStructure, path: FilePath, outDir: DirectoryPath, content: String)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def addToc(toc: NodeSeq): SpecHtmlPage
def body: NodeSeq
def className: String

Attributes

Returns:

the class name of the specification

def pandocName: String

Attributes

Returns:

a name that is transform in the same way Pandoc creates identifiers for headers

def relativePath: FilePath
def showWords: String

Attributes

Returns:

the title of the specification

def simpleName: String

Attributes

Returns:

the simple class name of the specification

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product