Uses of Interface
de.xima.fc.e2e.environment.api.IFormcycleEnvironmentConfig
-
Packages that use IFormcycleEnvironmentConfig Package Description de.xima.fc.e2e.environment.api de.xima.fc.e2e.environment.impl -
-
Uses of IFormcycleEnvironmentConfig in de.xima.fc.e2e.environment.api
Methods in de.xima.fc.e2e.environment.api that return IFormcycleEnvironmentConfig Modifier and Type Method Description IFormcycleEnvironmentConfig
IFormcycleEnvironmentConfigBuilder. build()
IFormcycleEnvironmentConfig
IFormcycleEnvironmentLifecycleState. getFormcycleConfig()
static IFormcycleEnvironmentConfig
FormcycleEnvironments. newDefaultConfig(URI defaultWarFile)
Creates a new configuration with the defaults for a standard FORMCYCLE app already applied.Methods in de.xima.fc.e2e.environment.api with parameters of type IFormcycleEnvironmentConfig Modifier and Type Method Description static void
FormcycleEnvironments. configureE2EEnvironment(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironmentConfigBuilder<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> builder, IFormcycleEnvironmentConfig config)
Configures a builder for running a FORMCYCLE app in the E2E test environment.static de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironment<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState>
FormcycleEnvironments. newEnvironment(IFormcycleEnvironmentConfig config)
-
Uses of IFormcycleEnvironmentConfig in de.xima.fc.e2e.environment.impl
Methods in de.xima.fc.e2e.environment.impl that return IFormcycleEnvironmentConfig Modifier and Type Method Description IFormcycleEnvironmentConfig
FormcycleEnvironmentConfigBuilder. build()
Methods in de.xima.fc.e2e.environment.impl with parameters of type IFormcycleEnvironmentConfig Modifier and Type Method Description static void
FormcycleEnvironmentConfigurator. configure(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironmentConfigBuilder<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> builder, IFormcycleEnvironmentConfig config)
Prepares the builder with settings for a FORMCYCLE app.
-