SearchPage

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

Attributes

Companion
trait
Graph
Supertypes
trait SearchPage
class Object
trait Matchable
class Any
Self type
SearchPage.type

Members list

Value members

Inherited 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

Inherited from:
SearchPage
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

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

create the html search page content

create the html search page content

Attributes

Inherited from:
SearchPage
def searchFilePath(options: HtmlOptions): FilePath

search page path

search page path

Attributes

Inherited from:
SearchPage