Package org.codice.ddf.itests.common
Class AbstractIntegrationTest.DynamicUrl
java.lang.Object
org.codice.ddf.itests.common.AbstractIntegrationTest.DynamicUrl
- Enclosing class:
- AbstractIntegrationTest
A class used to give a dynamic
String that evaluates when called rather than at compile
time. Used to allow parallel itests and dynamic URLs to prevent conflicts on hard coded port
numbers and endpoint, source, etc URLs. Constructed with a AbstractIntegrationTest.DynamicPort-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDynamicUrl(String root, AbstractIntegrationTest.DynamicPort port) DynamicUrl(String root, AbstractIntegrationTest.DynamicPort port, String tail) DynamicUrl(AbstractIntegrationTest.DynamicUrl url, String tail) -
Method Summary
-
Field Details
-
SECURE_ROOT
- See Also:
-
INSECURE_ROOT
- See Also:
-
-
Constructor Details
-
DynamicUrl
-
DynamicUrl
-
DynamicUrl
-
-
Method Details