MarkdownPrinter

org.specs2.reporter.MarkdownPrinter
See theMarkdownPrinter companion object
case class MarkdownPrinter(env: Env) extends Printer

This trait is not a full fledged markdown printer yet

Attributes

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

Members list

Value members

Concrete methods

def finalize(specifications: List[SpecStructure]): Action[Unit]
def fragmentToLine(options: MarkdownOptions)(fragment: Fragment): Action[String]
def prepare(specifications: List[SpecStructure]): Action[Unit]
def showDescription(description: String, result: Result): String
def sink(spec: SpecStructure): AsyncSink[Fragment]

Attributes

Returns

a Fold for the markdown output

def toMarkdown(ref: SpecificationRef, options: MarkdownOptions): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product