Class GetCapabilitiesOutputFormatTest
java.lang.Object
de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
de.latlon.ets.wms13.core.dgiwg.testsuite.getcapabilities.AbstractBaseGetCapabilitiesFixture
de.latlon.ets.wms13.core.dgiwg.testsuite.getcapabilities.GetCapabilitiesOutputFormatTest
Tests if the expected formats for GetCapabilites 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.getcapabilities.AbstractBaseGetCapabilitiesFixture
buildGetCapabilitiesRequestMethods inherited from class de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
addAttributesOnTestFailure, addAttributesOnTestSuccess, initBaseFixture, initParser, setWmsClient
-
Constructor Details
-
GetCapabilitiesOutputFormatTest
public GetCapabilitiesOutputFormatTest()
-
-
Method Details
-
clearRequest
@BeforeMethod public void clearRequest() -
wmsCapabilitiesOutputFormatXmlSupported
public void wmsCapabilitiesOutputFormatXmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatHtmlSupported
public void wmsCapabilitiesOutputFormatHtmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetCapabilitiesOutputFormatXmlSupported
public void wmsGetCapabilitiesOutputFormatXmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetCapabilitiesOutputFormatHtmlSupported
public void wmsGetCapabilitiesOutputFormatHtmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-