Package

org.specs2

runner

Permalink

package runner

Visibility
  1. Public
  2. All

Type Members

  1. class JUnitRunner extends Runner with Filterable with DefaultSelection

    Permalink

    The JUnitRunner class is a JUnit Runner class meant to be used with the RunWith annotation to execute a specification as a JUnit suite.

    The JUnitRunner class is a JUnit Runner class meant to be used with the RunWith annotation to execute a specification as a JUnit suite.

    The implementation is using a description Fold to fold the fragments into a tree of Description objects and a Map relating each Description to a Fragment to execute.

  2. class JUnitXmlRunner extends ClassRunner

    Permalink

    This runner uses a JUnitXmlReporter, creating junit xml files

    This runner uses a JUnitXmlReporter, creating junit xml files

    See also

    org.specs2.main.Arguments for other command line options

    specs2.run

Value Members

  1. object JUnitRunner

    Permalink

    Factory methods to help with testing

  2. object textJUnitRunner

    Permalink

    Simple JUnitRunner to run specifications on the console for testing

Ungrouped