JUnitPrinter

org.specs2.reporter.JUnitPrinter
case class JUnitPrinter(env: Env, notifier: RunNotifier) extends Printer

The JUnitPrinter sends notifications to JUnit's RunNotifier

Attributes

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 prepare(specifications: List[SpecStructure]): Action[Unit]
def showValues(description: String, values: Seq[Any]): String

show values as a string with a description

show values as a string with a description

Attributes

def sink(spec: SpecStructure): AsyncSink[Fragment]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product