Uses of Interface
de.xima.fc.e2e.environment.api.IFormcycleUriManager
-
Packages that use IFormcycleUriManager Package Description de.xima.fc.e2e.environment.api de.xima.fc.e2e.environment.impl -
-
Uses of IFormcycleUriManager in de.xima.fc.e2e.environment.api
Methods in de.xima.fc.e2e.environment.api that return IFormcycleUriManager Modifier and Type Method Description 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.IFormcycleUriManager
IFormcycleAppState. uriManager()
-
Uses of IFormcycleUriManager in de.xima.fc.e2e.environment.impl
Classes in de.xima.fc.e2e.environment.impl that implement IFormcycleUriManager Modifier and Type Class Description class
FormcycleUriManager
Manages URLs as used by the FORMCYCLE app.
-