files

object files extends FilesRunner

Run specification files from the command line with specs2.files

class Object
trait Matchable
class Any
files.type

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

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

print a message before the execution

print a message before the execution

Inherited from:
FilesRunner
def run(env: Env): Action[Stats]
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

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

Inherited from:
FilesRunner