Class WfsAssertion
java.lang.Object
de.latlon.ets.wfs20.core.assertion.WfsAssertion
Provides WFS 2.0 specific test assertion methods
- Author:
- Lyn Goltz
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidAsserts that the given DOM document has the expected root element 'WMS_Capabilities' in namespace {http://www.opengis.net/wfs}.static voidassertVersion202(Document response) Asserts that the version of the capabilities response is 2.0.2.
-
Method Details
-
assertSimpleWFSCapabilities
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
Asserts that the version of the capabilities response is 2.0.2.- Parameters:
response- The capabilities response.
-