public class OverridePropertiesTest extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Converter |
converter |
(package private) Properties |
defaultProps |
(package private) PropertyResolver |
defaultResolver |
(package private) Properties |
emptyProps |
(package private) PropertyResolver |
emptyResolver |
(package private) SimpleEnvironmentBuilder<Object> |
environmentBuilder |
(package private) ConfigurationValueBuilderHelper<?,String> |
hosts |
org.mockito.junit.MockitoRule |
mokito |
(package private) ConfigurationValueBuilderHelper<?,Integer> |
ports |
(package private) Registry<Object> |
registry |
Constructor and Description |
---|
OverridePropertiesTest() |
Modifier and Type | Method and Description |
---|---|
void |
noOverride() |
void |
noOverrideWithEmptyProps() |
void |
overrideProperties() |
void |
overridePropertiesWithEmptyProps() |
void |
setup() |
void |
values() |
void |
valuesWithEmptyProps() |
public final org.mockito.junit.MockitoRule mokito
PropertyResolver defaultResolver
PropertyResolver emptyResolver
Converter converter
ConfigurationValueBuilderHelper<?,String> hosts
ConfigurationValueBuilderHelper<?,Integer> ports
SimpleEnvironmentBuilder<Object> environmentBuilder
Properties defaultProps
Properties emptyProps
public void setup()
public void values()
public void valuesWithEmptyProps()
public void overrideProperties()
public void overridePropertiesWithEmptyProps()
public void noOverride()
public void noOverrideWithEmptyProps()
Copyright © 2021. All rights reserved.