Module org.junit.platform.console
Class TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
java.lang.Object
org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
- Enclosing class:
 TestDiscoveryOptionsMixin
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the specified key-value pair (or pairs) to the configuration parameters.voidsetConfigurationParameters2(Map<String, String> keyValuePairs)  
- 
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:
 
 
 -