MarkdownPrinter

org.specs2.reporter.MarkdownPrinter
See theMarkdownPrinter companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Printer
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def finalize(env: Env, specifications: List[SpecStructure]): Action[Unit]

Attributes

Inherited from:
MarkdownPrinter
def fragmentToLine(options: MarkdownOptions)(fragment: Fragment): Action[String]

Attributes

Inherited from:
MarkdownPrinter
def prepare(env: Env, specifications: List[SpecStructure]): Action[Unit]

Attributes

Inherited from:
MarkdownPrinter
def printSpecification(env: Env): SpecificationStructure => Action[Unit]

convenience method to print a SpecificationStructure using the printer's Fold

convenience method to print a SpecificationStructure using the printer's Fold

Attributes

Inherited from:
Printer
def showDescription(description: String, result: Result): String

Attributes

Inherited from:
MarkdownPrinter
def sink(env: Env, spec: SpecStructure): AsyncSink[Fragment]

Attributes

Returns

a Fold for the markdown output

Inherited from:
MarkdownPrinter
def toMarkdown(ref: SpecificationRef, options: MarkdownOptions): String

Attributes

Inherited from:
MarkdownPrinter