package reporter
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait JUnitDescriptions extends ExecutionOrigin
Create Description objects from the specification fragments and arrange them as a tree
- case class JUnitDescriptionsTree(spec: SpecStructure, ee: ExecutionEnv) extends Product with Serializable
- trait JUnitPrinter extends Printer
The JUnitPrinter sends notifications to JUnit's RunNotifier
- trait JUnitXmlPrinter extends Printer
The JUnitXmlPrinter creates an xml file with the specification execution results
- trait ShowDescription extends AnyRef
Implementation of the Show trait to allow the drawing of Tree[Description]
- class SpecFailureAssertionFailedError extends AssertionFailedError
This class refines the
AssertionFailedErrorfrom junit and provides the stackTrace of an exception which occurred during the specification execution
Value Members
- object JUnitDescriptions extends JUnitDescriptions
- object JUnitXmlPrinter extends JUnitXmlPrinter
- object ShowDescription extends ShowDescription