files

specs2.files
object files extends FilesRunner

Run specification files from the command line with specs2.files

Attributes

Graph
Supertypes
trait FilesRunner
class Object
trait Matchable
class Any
Self type
files.type

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit

Inherited methods

protected def afterExecution(specs: Seq[SpecificationStructure], verbose: Boolean): Operation[Unit]

print a message after the execution based on the number of specifications

print a message after the execution based on the number of specifications

Attributes

Inherited from:
FilesRunner
protected def beforeExecution(args: Arguments, verbose: Boolean): Operation[Unit]

print a message before the execution

print a message before the execution

Attributes

Inherited from:
FilesRunner
def run(env: Env): Action[Stats]

Attributes

Inherited from:
FilesRunner
def run(args: Array[String], exit: Boolean): Unit

Run the specifications found in files based on command-line arguments

Run the specifications found in files based on command-line arguments

Attributes

Inherited from:
FilesRunner

sort the specifications in topological order where specification i doesn't depend on specification j if i > j == dependents first

sort the specifications in topological order where specification i doesn't depend on specification j if i > j == dependents first

Attributes

Inherited from:
FilesRunner