Package com.exasol.exasoltestsetup
Class ExasolTestSetupFactory
- java.lang.Object
-
- com.exasol.exasoltestsetup.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 Summary
Constructors Constructor Description ExasolTestSetupFactory(Path standaloneConfig)Create a new instance ofExasolTestSetupFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExasolTestSetupgetTestSetup()Get anExasolTestSetup.
-
-
-
Constructor Detail
-
ExasolTestSetupFactory
public ExasolTestSetupFactory(Path standaloneConfig)
Create a new instance ofExasolTestSetupFactory.- Parameters:
standaloneConfig- path to the standalone config file.s
-
-
Method Detail
-
getTestSetup
public ExasolTestSetup getTestSetup()
Get anExasolTestSetup.If the specified standalone config file exists this method returns a Standalone test setup. Otherwise a test-container test setup.
- Returns:
ExasolTestSetup
-
-