Class ExasolTestSetupFactory


  • public class ExasolTestSetupFactory
    extends Object
    This class checks dispatches between and Standalone (AWS) test-setup and a test container test setup.

    As a decision criteria it uses the existence of the test config file for the standalone setup.

    • Constructor Detail

      • ExasolTestSetupFactory

        public ExasolTestSetupFactory​(Path standaloneConfig)
        Create a new instance of ExasolTestSetupFactory.
        Parameters:
        standaloneConfig - path to the standalone config file.s
    • Method Detail

      • getTestSetup

        public ExasolTestSetup getTestSetup()
        Get an ExasolTestSetup.

        If the specified standalone config file exists this method returns a Standalone test setup. Otherwise a test-container test setup.

        Returns:
        ExasolTestSetup