Specs2TestEngine

org.specs2.runner.Specs2TestEngine
class Specs2TestEngine extends TestEngine

Attributes

Graph
Supertypes
trait TestEngine
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def discover(discoveryRequest: EngineDiscoveryRequest, uniqueId: UniqueId): TestDescriptor

Discover tests according to the supplied EngineDiscoveryRequest.

Discover tests according to the supplied EngineDiscoveryRequest.

Attributes

def execute(request: ExecutionRequest): Unit
def executeTest(descriptor: TestDescriptor, listener: EngineExecutionListener): Unit
def getId(): String

Inherited methods

def getArtifactId(): Optional[String]

Attributes

Inherited from:
TestEngine
def getGroupId(): Optional[String]

Attributes

Inherited from:
TestEngine
def getVersion(): Optional[String]

Attributes

Inherited from:
TestEngine

Concrete fields

lazy val arguments: Arguments

command line arguments, extracted from the system properties

command line arguments, extracted from the system properties

Attributes

lazy val env: Env

specification environment

specification environment

Attributes