org.specs2

runner

package runner

Visibility
  1. Public
  2. All

Type Members

  1. class JUnitRunner extends Runner with DefaultSelection

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

  2. class JUnitXmlRunner extends ClassRunner

    This runner uses a JUnitXmlReporter, creating junit xml files

Value Members

  1. object JUnitRunner

    Factory methods to help with testing

  2. object textJUnitRunner

    Simple JUnitRunner to run specifications on the console for testing

Ungrouped