Class AvailableOptions
java.lang.Object
org.junit.platform.console.options.AvailableOptions
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private Details
private Details
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private Path
private Path
private boolean
private boolean
private picocli.CommandLine.Model.CommandSpec
private Theme
private Theme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> T
choose
(T left, T right, T defaultValue) (package private) picocli.CommandLine
private static <T> List
<T> void
Adds the specified key-value pair (or pairs) to the configuration parameters.void
setConfigurationParameters2
(Map<String, String> keyValuePairs) (package private) CommandLineOptions
toCommandLineOptions
(picocli.CommandLine.ParseResult parseResult) private void
validateUnique
(String key, String newValue)
-
Field Details
-
CP_OPTION
- See Also:
-
helpRequested
private boolean helpRequested -
helpRequested2
private boolean helpRequested2 -
disableAnsiColors
private boolean disableAnsiColors -
disableAnsiColors2
private boolean disableAnsiColors2 -
disableBanner
private boolean disableBanner -
disableBanner2
private boolean disableBanner2 -
details
-
details2
-
theme
-
theme2
-
additionalClasspathEntries
-
additionalClasspathEntries2
-
failIfNoTests
private boolean failIfNoTests -
reportsDir
-
reportsDir2
-
scanModulepath
private boolean scanModulepath -
scanModulepath2
private boolean scanModulepath2 -
selectedModules
-
selectedModules2
-
selectedClasspathEntries
-
selectedClasspathEntries2
-
selectedUris
-
selectedUris2
-
selectedFiles
-
selectedFiles2
-
selectedDirectories
-
selectedDirectories2
-
selectedPackages
-
selectedPackages2
-
selectedClasses
-
selectedClasses2
-
selectedMethods
-
selectedMethods2
-
selectedClasspathResources
-
selectedClasspathResources2
-
includeClassNamePatterns
-
includeClassNamePatterns2
-
excludeClassNamePatterns
-
excludeClassNamePatterns2
-
includePackages
-
includePackages2
-
excludePackages
-
excludePackages2
-
includedTags
-
includedTags2
-
excludedTags
-
excludedTags2
-
includedEngines
-
includedEngines2
-
excludedEngines
-
excludedEngines2
-
configurationParameters
-
spec
private picocli.CommandLine.Model.CommandSpec spec
-
-
Constructor Details
-
AvailableOptions
AvailableOptions()
-
-
Method Details
-
setConfigurationParameters
Adds the specified key-value pair (or pairs) to the configuration parameters. AParameterException
is thrown if the same key is specified multiple times on the command line.- Parameters:
map
- the key-value pairs to add- Throws:
picocli.CommandLine.ParameterException
- if the map already contains this key- See Also:
-
validateUnique
-
setConfigurationParameters2
-
getParser
picocli.CommandLine getParser() -
toCommandLineOptions
-
merge
-
choose
private static <T> T choose(T left, T right, T defaultValue)
-