org.specs2

reporter

package reporter

Visibility
  1. Public
  2. All

Type Members

  1. trait JUnitDescriptions extends ExecutionOrigin

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

  2. trait JUnitPrinter extends Printer

    The JUnitPrinter sends notifications to JUnit's RunNotifier

  3. trait JUnitXmlPrinter extends Printer

    The JUnitXmlPrinter creates an xml file with the specification execution results

  4. trait ShowDescription extends AnyRef

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

  5. class SpecFailureAssertionFailedError extends AssertionFailedError

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

Ungrouped