Uses of Interface
de.xima.fc.e2e.environment.api.IFormcycleEnvironmentLifecycleState
-
Packages that use IFormcycleEnvironmentLifecycleState Package Description de.xima.fc.e2e.environment.api de.xima.fc.e2e.environment.impl -
-
Uses of IFormcycleEnvironmentLifecycleState in de.xima.fc.e2e.environment.api
Methods in de.xima.fc.e2e.environment.api that return types with arguments of type IFormcycleEnvironmentLifecycleState Modifier and Type Method Description static de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironment<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState>
FormcycleEnvironments. newDefaultEnvironment(URI defaultWarFile)
Creates a new environment with the defaults for a standard FORMCYCLE app already applied.static de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironment<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState>
FormcycleEnvironments. newEnvironment(IFormcycleEnvironmentConfig config)
Method parameters in de.xima.fc.e2e.environment.api with type arguments of type IFormcycleEnvironmentLifecycleState 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 IFormcycleProvisioner
FormcycleEnvironments. newProvisioner(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironment<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> environment)
Creates a new provisioner for setting up the FORMCYCLE system before a test case can be run.static IFormcycleUriManager
FormcycleEnvironments. newUriManager(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironment<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> environment, FormcycleSetupResult setupResult)
Creates a URI manager for evaluating the results of a certain setup result. -
Uses of IFormcycleEnvironmentLifecycleState in de.xima.fc.e2e.environment.impl
Method parameters in de.xima.fc.e2e.environment.impl with type arguments of type IFormcycleEnvironmentLifecycleState 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.Constructor parameters in de.xima.fc.e2e.environment.impl with type arguments of type IFormcycleEnvironmentLifecycleState Constructor Description FormcycleProvisioner(de.xima.e2e.test_harness_selenium.environment.api.IE2EEnvironment<IIntegrationTestLifecycleListener,IFormcycleEnvironmentLifecycleState> environment)
Creates a new provisioner for a FORMCYCLE app environment.
-