arguments for this specification
extract the root Description object and the examples to execute
descriptions for this specification
Remove tests that don't pass the parameter filter.
Remove tests that don't pass the parameter filter.
the { @link Filter} to apply
if all tests are filtered out
extract the root Description object and the examples to execute
a Description for the TestSuite
system properties
command line arguments, extracted from the system properties
selected fragments to execute
specification to execute
The JUnitRunner class is a JUnit Runner class meant to be used with the RunWith annotation to execute a specification as a JUnit suite.
The implementation is using a description Fold to fold the fragments into a tree of Description objects and a Map relating each Description to a Fragment to execute.