Class TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
java.lang.Object
org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
- Enclosing class:
TestDiscoveryOptionsMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the specified key-value pair (or pairs) to the configuration parameters.
-
Constructor Details
-
RuntimeConfigurationOptions
public RuntimeConfigurationOptions()
-
-
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:
-