Specs2Framework

org.specs2.runner.Specs2Framework
class Specs2Framework extends Framework

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

Attributes

Graph
Supertypes
trait Framework
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fingerprints: Array[Fingerprint]
def name: String
def runner(args: Array[String], remoteArgs: Array[String], loader: ClassLoader): Runner
def slaveRunner(args: Array[String], remoteArgs: Array[String], loader: ClassLoader, send: String => Unit): Runner