JUnitPrinter

case
class JUnitPrinter(env: Env, notifier: RunNotifier) extends Printer

The JUnitPrinter sends notifications to JUnit's RunNotifier

trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any

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

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product