Class InteractiveTestUtils
java.lang.Object
de.latlon.ets.wms13.core.util.interactive.InteractiveTestUtils
Contains methods useful for interactive ctl tests.
- Author:
- Lyn Goltz
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringretrieveGetFeatureInfoRequest(String wmsCapabilitiesUrl) Creates a GetFeatureInfo request.static StringretrieveInvalidGetFeatureInfoRequest(String wmsCapabilitiesUrl) Creates a GetFeatureInfo request with unsupported layer.static StringretrieveInvalidGetMapRequest(String wmsCapabilitiesUrl) Creates a GetMap request with unsupported layer.
-
Method Details
-
retrieveGetFeatureInfoRequest
Creates a GetFeatureInfo request.- Parameters:
wmsCapabilitiesUrl- the url of the WMS capabilities, nevernull- Returns:
- a GetFeatureInfo request, never
null
-
retrieveInvalidGetFeatureInfoRequest
Creates a GetFeatureInfo request with unsupported layer.- Parameters:
wmsCapabilitiesUrl- the url of the WMS capabilities, nevernull- Returns:
- a GetFeatureInfo request with unsupported layer, never
null
-
retrieveInvalidGetMapRequest
Creates a GetMap request with unsupported layer.- Parameters:
wmsCapabilitiesUrl- the url of the WMS capabilities, nevernull- Returns:
- a GetMap request with unsupported layer, never
null
-