Runner

org.specs2.runner.Runner
object Runner

reusable actions for Runners

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Runner.type

Members list

Value members

Concrete methods

def execute(action: Action[Stats], env: Env, exit: Boolean): Unit

Execute some actions and exit with the proper code if 'exit' is true

Execute some actions and exit with the proper code if 'exit' is true

Attributes

def exitSystem(status: Int, exit: Boolean): Unit

Exit the JVM with a given status

Exit the JVM with a given status

Attributes