Package

org.specs2

runner

Permalink

package runner

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassRunner extends AnyRef

    Permalink

    The class runner expects the first command-line argument to be the class name of a specification to execute

  2. trait FilesRunner extends AnyRef

    Permalink

    This trait finds specifications in the source directory, instantiate them and report them using various printers as specified on the command line

  3. class JUnitRunner extends Runner with Filterable

    Permalink

    Runner for specs2 specifications

  4. case class NotifierRunner(notifier: Notifier) extends Product with Serializable

    Permalink

    This runner can be used with any class implementing the Notifier trait

  5. case class SbtRunner(args: Array[String], remoteArgs: Array[String], loader: ClassLoader) extends Runner with Product with Serializable

    Permalink

    Runner for Sbt

  6. trait SpecificationFingerprint extends SubclassFingerprint

    Permalink
  7. trait SpecificationsFinder extends AnyRef

    Permalink

    This trait loads specifications found on a given source directory based on a regular expression representing the Specification name, usually .*Spec

  8. class Specs2Framework extends Framework

    Permalink

    Implementation of the Framework interface for the sbt tool.

    Implementation of the Framework interface for the sbt tool. It declares the classes which can be executed by the specs2 library.

Value Members

  1. object ClassRunner extends ClassRunner

    Permalink
  2. object ConsoleLogger extends Logger

    Permalink
  3. object Fingerprints

    Permalink
  4. object NoEventHandler extends EventHandler

    Permalink
  5. object Runner

    Permalink

    reusable actions for Runners

  6. object SpecificationsFinder extends SpecificationsFinder

    Permalink
  7. object TextRunner extends ClassRunner

    Permalink

    Test runner to simulate a console run

  8. object consoleRunner extends ClassRunner

    Permalink
  9. object files extends FilesRunner

    Permalink

    Run specification files from the command line with specs2.files <specification name> <arguments>

  10. object sbtRun extends SbtRunner

    Permalink

    This object can be used to debug the behavior of the SbtRunner

Ungrouped