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 IFormcycleEnvironmentConfigIFormcycleEnvironmentConfigBuilder. build()IFormcycleEnvironmentConfigIFormcycleEnvironmentLifecycleState. getFormcycleConfig()static IFormcycleEnvironmentConfigFormcycleEnvironments. 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 voidFormcycleEnvironments. 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 IFormcycleEnvironmentConfigFormcycleEnvironmentConfigBuilder. build()Methods in de.xima.fc.e2e.environment.impl with parameters of type IFormcycleEnvironmentConfig Modifier and Type Method Description static voidFormcycleEnvironmentConfigurator. configure(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironmentConfigBuilder<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> builder, IFormcycleEnvironmentConfig config)Prepares the builder with settings for a FORMCYCLE app. 
 -