Class InteractiveTestUtils

java.lang.Object
de.latlon.ets.wms13.core.util.interactive.InteractiveTestUtils

public final class InteractiveTestUtils extends Object
Contains methods useful for interactive ctl tests.
Author:
Lyn Goltz
  • Method Details

    • retrieveGetFeatureInfoRequest

      public static String retrieveGetFeatureInfoRequest(String wmsCapabilitiesUrl)
      Creates a GetFeatureInfo request.
      Parameters:
      wmsCapabilitiesUrl - the url of the WMS capabilities, never null
      Returns:
      a GetFeatureInfo request, never null
    • retrieveInvalidGetFeatureInfoRequest

      public static String retrieveInvalidGetFeatureInfoRequest(String wmsCapabilitiesUrl)
      Creates a GetFeatureInfo request with unsupported layer.
      Parameters:
      wmsCapabilitiesUrl - the url of the WMS capabilities, never null
      Returns:
      a GetFeatureInfo request with unsupported layer, never null
    • retrieveInvalidGetMapRequest

      public static String retrieveInvalidGetMapRequest(String wmsCapabilitiesUrl)
      Creates a GetMap request with unsupported layer.
      Parameters:
      wmsCapabilitiesUrl - the url of the WMS capabilities, never null
      Returns:
      a GetMap request with unsupported layer, never null