Package de.xima.fc.e2e.environment.impl
Class FormcycleEnvironmentConfigurator
- java.lang.Object
-
- de.xima.fc.e2e.environment.impl.FormcycleEnvironmentConfigurator
-
public final class FormcycleEnvironmentConfigurator extends Object
Configures an E2E environment for a FORMCYCLE app. Ensures that properties files are copied, the database is prepared and updated etc.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
configure(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironmentConfigBuilder<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> builder, IFormcycleEnvironmentConfig config)
Prepares the builder with settings for a FORMCYCLE app.static void
configure(IFormcycleEnvironmentConfigBuilder builder)
Prepares the builder with the default settings for a FORMCYCLE app.
-
-
-
Method Detail
-
configure
public static void configure(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironmentConfigBuilder<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> builder, IFormcycleEnvironmentConfig config)
Prepares the builder with settings for a FORMCYCLE app.- Parameters:
builder
- E2E builder to configure.config
- Settings for the FORMCYCLE app.
-
configure
public static void configure(IFormcycleEnvironmentConfigBuilder builder) throws IOException
Prepares the builder with the default settings for a FORMCYCLE app.- Parameters:
builder
- E2E builder to configure.- Throws:
IOException
- When the WAR file could not be read or accessed.
-
-