@SpringBootTest(classes=MockApplication.class, webEnvironment=NONE) @ActiveProfiles(value="consistency-check") @Import(value=PropertiesConsistencyTest.DecorateBuildContext.class) public class PropertiesConsistencyTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertiesConsistencyTest.DecorateBuildContext |
Modifier and Type | Field and Description |
---|---|
(package private) MessagingBuilder |
builder |
(package private) org.springframework.context.ApplicationContext |
context |
LoggingTestRule |
loggingRule |
Constructor and Description |
---|
PropertiesConsistencyTest() |
Modifier and Type | Method and Description |
---|---|
void |
contextLoads() |
void |
ensureThatAllPropertiesConfiguredInOghamHaveTheirEquivalentValueConfiguredInSpring() |
void |
oghamPropertiesShouldBeDefinedInSpringUsingConfigurationPropertiesToBenefitFromRelaxedBinding() |
public final LoggingTestRule loggingRule
@Autowired MessagingBuilder builder
@Autowired org.springframework.context.ApplicationContext context
public void contextLoads()
public void oghamPropertiesShouldBeDefinedInSpringUsingConfigurationPropertiesToBenefitFromRelaxedBinding() throws Exception
Exception
public void ensureThatAllPropertiesConfiguredInOghamHaveTheirEquivalentValueConfiguredInSpring()
Copyright © 2021. All rights reserved.