SearchPage

org.specs2.reporter.SearchPage
See theSearchPage companion object
trait SearchPage

Functions used to create an index and a search page for the generated html pages

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SearchPage.type

Members list

Value members

Concrete methods

def createIndex(env: Env, specifications: List[SpecStructure], options: HtmlOptions): Operation[Unit]

create an index for all the specifications

create an index for all the specifications

Attributes

def createSearchPage(env: Env, options: HtmlOptions): Operation[Unit]

create a search page, based on the specs2.html template

create a search page, based on the specs2.html template

Attributes

def makeSearchHtml(template: String, options: HtmlOptions): Operation[String]

create the html search page content

create the html search page content

Attributes

def searchFilePath(options: HtmlOptions): FilePath

search page path

search page path

Attributes