Package

org.specs2

reporter

Permalink

package reporter

Visibility
  1. Public
  2. All

Type Members

  1. trait JUnitDescriptions extends ExecutionOrigin

    Permalink

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

  2. trait JUnitPrinter extends Printer

    Permalink

    The JUnitPrinter sends notifications to JUnit's RunNotifier

  3. trait JUnitXmlPrinter extends Printer

    Permalink

    The JUnitXmlPrinter creates an xml file with the specification execution results

  4. trait ShowDescription extends AnyRef

    Permalink

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

  5. class SpecFailureAssertionFailedError extends AssertionFailedError

    Permalink

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

Ungrouped