Klasse ReadConfigurationTest

java.lang.Object
org.apache.torque.generator.BaseTest
org.apache.torque.generator.configuration.ReadConfigurationTest

public class ReadConfigurationTest extends BaseTest
Tests whether the configuration is read correctly.
  • Konstruktordetails

    • ReadConfigurationTest

      public ReadConfigurationTest()
  • Methodendetails

    • setUp

      @BeforeEach public void setUp(org.junit.jupiter.api.TestInfo testInfo, org.junit.jupiter.api.RepetitionInfo repetitionInfo)
    • testReadConfiguration

      @RepeatedTest(value=4, name="{displayName} {currentRepetition}/{totalRepetitions}") @DisplayName("test read configuration") public void testReadConfiguration() throws Exception
      Löst aus:
      Exception
    • testReadConfigFromClasspath

      @RepeatedTest(value=2, name="{displayName} {currentRepetition}/{totalRepetitions}") @DisplayName("test read from classpath configuration") public void testReadConfigFromClasspath() throws Exception
      Löst aus:
      Exception
    • testOverrideOptions

      @RepeatedTest(value=2, name="{displayName} {currentRepetition}/{totalRepetitions}") @DisplayName("test override configuration") public void testOverrideOptions() throws Exception
      Löst aus:
      Exception
    • testInheritance

      @RepeatedTest(value=2, name="{displayName} {currentRepetition}/{totalRepetitions}") @DisplayName("test inheritance configuration") public void testInheritance() throws Exception
      Löst aus:
      Exception