Package org.junit.runner
Class JUnitCommandLineParseResult
java.lang.Object
org.junit.runner.JUnitCommandLineParseResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException used if there's a problem parsing the command line. -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate RequestapplyFilterSpecs(Request request) private String[]createRequest(Computer computer) Creates aRequest.private RequesterrorReport(Throwable cause) Returns test classes parsed from command line.Returns filter specs parsed from command line.static JUnitCommandLineParseResultParses the arguments.private void(package private) String[]parseOptions(String... args) (package private) voidparseParameters(String[] args)
-
Field Details
-
filterSpecs
-
classes
-
parserErrors
-
-
Constructor Details
-
JUnitCommandLineParseResult
JUnitCommandLineParseResult()Do not use. Testing purposes only.
-
-
Method Details
-
getFilterSpecs
Returns filter specs parsed from command line. -
getClasses
Returns test classes parsed from command line. -
parse
Parses the arguments.- Parameters:
args- Arguments
-
parseArgs
-
parseOptions
-
copyArray
-
parseParameters
-
errorReport
-
createRequest
Creates aRequest.- Parameters:
computer-Computerto be used.
-
applyFilterSpecs
-