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 void
applyTo
(TestDiscoveryOptions result) void
Adds the specified key-value pair (or pairs) to the configuration parameters.void
setConfigurationParameters2
(Map<String, String> keyValuePairs) private void
validateUnique
(String key, String newValue)
-
Field Details
-
additionalClasspathEntries
-
additionalClasspathEntries2
-
configurationParameters
-
spec
private picocli.CommandLine.Model.CommandSpec spec
-
-
Constructor Details
-
RuntimeConfigurationOptions
RuntimeConfigurationOptions()
-
-
Method Details
-
setConfigurationParameters2
-
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
-
applyTo
-