case class Arguments(select: Select, execute: Execute, store: Store, report: Report, commandLine: CommandLine, unknown: List[String]) extends ShowArgs
This class holds all the options that are relevant for specs2 execution and reporting.
This class holds all the options that are relevant for specs2 execution and reporting.
The arguments are grouped along 4 functions:
- select: for the selection of what must be executed
- execute: for the execution of fragments
- store: for the storing of execution results
- report: for the reporting of results
- Companion
- object
Value members
Concrete methods
- Returns
a new Arguments object where the values of this are overridden with the values of other if defined