Uses of Class
io.dropwizard.testing.ConfigOverride
Packages that use ConfigOverride
-
Uses of ConfigOverride in io.dropwizard.testing
Subclasses of ConfigOverride in io.dropwizard.testingModifier and TypeClassDescriptionclassOverride port configuration setting for application and admin connectors and choose a random port.classFields in io.dropwizard.testing with type parameters of type ConfigOverrideModifier and TypeFieldDescriptionprotected final Set<ConfigOverride>DropwizardTestSupport.configOverridesMethods in io.dropwizard.testing that return ConfigOverrideModifier and TypeMethodDescriptionstatic ConfigOverridestatic ConfigOverridestatic ConfigOverridestatic ConfigOverridestatic ConfigOverrideConfigOverride.randomPorts()static ConfigOverrideConfigOverride.randomPorts(String propertyPrefix) Constructors in io.dropwizard.testing with parameters of type ConfigOverrideModifierConstructorDescriptionDropwizardTestSupport(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable io.dropwizard.configuration.ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides) DropwizardTestSupport(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable io.dropwizard.configuration.ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<io.dropwizard.core.Application<C>, io.dropwizard.core.cli.Command> commandInstantiator, ConfigOverride... configOverrides) DropwizardTestSupport(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable io.dropwizard.configuration.ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides) DropwizardTestSupport(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides) DropwizardTestSupport(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<io.dropwizard.core.Application<C>, io.dropwizard.core.cli.Command> commandInstantiator, ConfigOverride... configOverrides) DropwizardTestSupport(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides) -
Uses of ConfigOverride in io.dropwizard.testing.junit5
Constructors in io.dropwizard.testing.junit5 with parameters of type ConfigOverrideModifierConstructorDescriptionDropwizardAppExtension(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides) DropwizardAppExtension(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<io.dropwizard.core.Application<C>, io.dropwizard.core.cli.Command> commandInstantiator, ConfigOverride... configOverrides) DropwizardAppExtension(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, io.dropwizard.configuration.ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides) DropwizardAppExtension(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, io.dropwizard.configuration.ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<io.dropwizard.core.Application<C>, io.dropwizard.core.cli.Command> commandInstantiator, ConfigOverride... configOverrides) DropwizardAppExtension(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, io.dropwizard.configuration.ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides) DropwizardAppExtension(Class<? extends io.dropwizard.core.Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides)