Class TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
java.lang.Object
org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
- Enclosing class:
TestDiscoveryOptionsMixin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate picocli.CommandLine.Model.CommandSpec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapplyTo(TestDiscoveryOptions result) voidAdds the specified key-value pair (or pairs) to the configuration parameters.voidsetConfigurationParameters2(Map<String, String> keyValuePairs) private voidvalidateUnique(String key, String newValue)
-
Field Details
-
additionalClasspathEntries
-
additionalClasspathEntries2
-
configurationParameters
-
configurationParametersResources
-
spec
private picocli.CommandLine.Model.CommandSpec spec
-
-
Constructor Details
-
RuntimeConfigurationOptions
public RuntimeConfigurationOptions()
-
-
Method Details
-
setConfigurationParameters2
-
setConfigurationParameters
Adds the specified key-value pair (or pairs) to the configuration parameters. AParameterExceptionis 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
-
applyTo
-