Uses of Class
org.junit.runner.JUnitCommandLineParseResult
-
Packages that use JUnitCommandLineParseResult Package Description org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. -
-
Uses of JUnitCommandLineParseResult in org.junit.runner
Methods in org.junit.runner that return JUnitCommandLineParseResult Modifier and Type Method Description static JUnitCommandLineParseResult
JUnitCommandLineParseResult. parse(java.lang.String[] args)
Parses the arguments.
-