Uses of Class
io.dropwizard.testing.ConfigOverride
-
Packages that use ConfigOverride Package Description io.dropwizard.testing io.dropwizard.testing.junit io.dropwizard.testing.junit5 -
-
Uses of ConfigOverride in io.dropwizard.testing
Subclasses of ConfigOverride in io.dropwizard.testing Modifier and Type Class Description classConfigOverrideRandomPortsOverride port configuration setting for application and admin connectors and choose a random port.classConfigOverrideValueFields in io.dropwizard.testing with type parameters of type ConfigOverride Modifier and Type Field Description protected Set<ConfigOverride>DropwizardTestSupport. configOverridesMethods in io.dropwizard.testing that return ConfigOverride Modifier and Type Method Description static ConfigOverrideConfigOverride. config(String key, String value)static ConfigOverrideConfigOverride. config(String propertyPrefix, String key, String value)static ConfigOverrideConfigOverride. config(String propertyPrefix, String key, Supplier<String> value)static ConfigOverrideConfigOverride. config(String key, Supplier<String> value)static ConfigOverrideConfigOverride. randomPorts()static ConfigOverrideConfigOverride. randomPorts(String propertyPrefix)Constructors in io.dropwizard.testing with parameters of type ConfigOverride Constructor Description DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides)DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides) -
Uses of ConfigOverride in io.dropwizard.testing.junit
Constructors in io.dropwizard.testing.junit with parameters of type ConfigOverride Constructor Description DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides)Deprecated.DropwizardAppRule(Class<? extends Application<C>> applicationClass, @Nullable String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)Deprecated. -
Uses of ConfigOverride in io.dropwizard.testing.junit5
Constructors in io.dropwizard.testing.junit5 with parameters of type ConfigOverride Constructor Description DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides)DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides)
-