Class WfsAssertion

java.lang.Object
de.latlon.ets.wfs20.core.assertion.WfsAssertion

public final class WfsAssertion extends Object
Provides WFS 2.0 specific test assertion methods
Author:
Lyn Goltz
  • Method Details

    • assertSimpleWFSCapabilities

      public static void assertSimpleWFSCapabilities(Document doc)
      Asserts that the given DOM document has the expected root element 'WMS_Capabilities' in namespace {http://www.opengis.net/wfs}.
      Parameters:
      doc - A Document node having {http://www.opengis.net/wfs} "WFS_Capabilities" as the root element.
    • assertVersion202

      public static void assertVersion202(Document response)
      Asserts that the version of the capabilities response is 2.0.2.
      Parameters:
      response - The capabilities response.