public class ReadConfigurationTest extends BaseTest
| Constructor and Description | 
|---|
| ReadConfigurationTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setUp(org.junit.jupiter.api.TestInfo testInfo,
     org.junit.jupiter.api.RepetitionInfo repetitionInfo) | 
| void | testInheritance() | 
| void | testOverrideOptions() | 
| void | testReadConfigFromClasspath() | 
| void | testReadConfiguration() | 
@BeforeEach
public void setUp(org.junit.jupiter.api.TestInfo testInfo,
                               org.junit.jupiter.api.RepetitionInfo repetitionInfo)
@RepeatedTest(value=4,
              name="{displayName} {currentRepetition}/{totalRepetitions}")
 @DisplayName(value="test read configuration")
public void testReadConfiguration()
                                                                                                                                                                               throws Exception
Exception@RepeatedTest(value=2,
              name="{displayName} {currentRepetition}/{totalRepetitions}")
 @DisplayName(value="test read from classpath configuration")
public void testReadConfigFromClasspath()
                                                                                                                                                                                                    throws Exception
Exception@RepeatedTest(value=2,
              name="{displayName} {currentRepetition}/{totalRepetitions}")
 @DisplayName(value="test override configuration")
public void testOverrideOptions()
                                                                                                                                                                                 throws Exception
ExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.