Specs2TestEngine

class Specs2TestEngine extends TestEngine
trait TestEngine
class Object
trait Matchable
class Any

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.

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

Inherited methods

def getArtifactId(): Optional[String]
Inherited from
TestEngine
def getGroupId(): Optional[String]
Inherited from
TestEngine
def getVersion(): Optional[String]
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

lazy
val env: Env

specification environment

specification environment