Class TestDiscoveryOptionsMixin.RuntimeConfigurationOptions

java.lang.Object
org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
Enclosing class:
TestDiscoveryOptionsMixin

public static class TestDiscoveryOptionsMixin.RuntimeConfigurationOptions extends Object
  • Constructor Details

    • RuntimeConfigurationOptions

      public RuntimeConfigurationOptions()
  • Method Details

    • setConfigurationParameters

      public void setConfigurationParameters(Map<String,String> map)
      Adds the specified key-value pair (or pairs) to the configuration parameters. A ParameterException 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: