org.specs2.reporter

Type members

Classlikes

trait JUnitDescriptions extends ExecutionOrigin

Create Description objects from the specification fragments and arrange them as a tree

Create Description objects from the specification fragments and arrange them as a tree

Companion:
object
Companion:
class
case class JUnitDescriptionsTree(spec: SpecStructure, ee: ExecutionEnv)
case class JUnitPrinter(env: Env, notifier: RunNotifier) extends Printer

The JUnitPrinter sends notifications to JUnit's RunNotifier

The JUnitPrinter sends notifications to JUnit's RunNotifier

case class JUnitXmlPrinter(env: Env) extends Printer

The JUnitXmlPrinter creates an xml file with the specification execution results

The JUnitXmlPrinter creates an xml file with the specification execution results

Implementation of the Show trait to allow the drawing of Tree[Description]

Implementation of the Show trait to allow the drawing of Tree[Description]

Companion:
object
Companion:
class
class SpecFailureAssertionFailedError(e: Exception) extends AssertionFailedError

This class refines the AssertionFailedError from junit and provides the stackTrace of an exception which occurred during the specification execution

This class refines the AssertionFailedError from junit and provides the stackTrace of an exception which occurred during the specification execution