org.specs2.main.Arguments
See theArguments companion object
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
Attributes
Members list
Value members
Concrete methods
Attributes
- Returns
-
a new Arguments object with only some arguments on the command line
Attributes
- Returns
-
a new Arguments object with some arguments removed from the command line
Attributes
- Returns
-
true if a switch is present or a flag is set
Attributes
- Returns
-
a new Arguments object where the values of this are overridden with the values of other if defined
shortcut methods to add ansi colors to some text depending on its status
shortcut methods to add ansi colors to some text depending on its status
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article