Class GetFeatureInfoOutputFormatTest
java.lang.Object
de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
de.latlon.ets.wms13.core.dgiwg.testsuite.getfeatureinfo.BaseGetFeatureInfoFixture
de.latlon.ets.wms13.core.dgiwg.testsuite.getfeatureinfo.GetFeatureInfoOutputFormatTest
Tests if the expected formats for GetFeatureInfo requests (text/xml and text/html) are
supported.
- Author:
- Lyn Goltz
-
Field Summary
Fields inherited from class de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
docBuilder, layerInfo, NS_BINDINGS, reqEntity, rspEntity, wmsCapabilities, wmsClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethods inherited from class de.latlon.ets.wms13.core.dgiwg.testsuite.getfeatureinfo.BaseGetFeatureInfoFixture
buildGetMapRequest, createXPath, parseFeatureMemberNodesMethods inherited from class de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
addAttributesOnTestFailure, addAttributesOnTestSuccess, initBaseFixture, initParser, setWmsClient
-
Constructor Details
-
GetFeatureInfoOutputFormatTest
public GetFeatureInfoOutputFormatTest()
-
-
Method Details
-
clearRequest
@BeforeMethod public void clearRequest() -
wmsCapabilitiesOutputFormatTextXmlSupported
public void wmsCapabilitiesOutputFormatTextXmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatTextHtmlSupported
public void wmsCapabilitiesOutputFormatTextHtmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetFeatureInfoOutputFormatTextXmlSupported
public void wmsGetFeatureInfoOutputFormatTextXmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetFeatureInfoOutputFormatTextHtmlSupported
public void wmsGetFeatureInfoOutputFormatTextHtmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-