Class TestConfig


  • public class TestConfig
    extends Object
    Test of Main function.
    Author:
    Kai Kretschmann
    • Constructor Detail

      • TestConfig

        public TestConfig()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
                   throws Exception
        Test Before method.
        Throws:
        Exception - in case of error
      • tearDown

        @AfterEach
        public void tearDown()
                      throws Exception
        Test After method.
        Throws:
        Exception - in case of error
      • testConfWithBom

        @Test
        public void testConfWithBom()
        Test method normal for Main function.
      • testConfWithoutBom

        @Test
        public void testConfWithoutBom()
        Test method normal for Main function.
      • testConfIso

        @Test
        public void testConfIso()
        Test method normal for Main function.