Class ConfiguredOutputFormatTest
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.ConfiguredOutputFormatTest
Tests if the capabilities document contains the expected formats:
- GetCapabilities
- text/xml
- text/htmlml
- GetFeatureInfo
- text/xml
- text/htmlml
- GetMap
- image/png
- image/jpeg
- image/gif
- 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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidMethods 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
-
ConfiguredOutputFormatTest
public ConfiguredOutputFormatTest()
-
-
Method Details
-
wmsCapabilitiesOutputFormatGetCapabilitiesTextXmlSupported
public void wmsCapabilitiesOutputFormatGetCapabilitiesTextXmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatGetCapabilitiesTextHtmlSupported
public void wmsCapabilitiesOutputFormatGetCapabilitiesTextHtmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatGetFeatureInfoTextXmlSupported
public void wmsCapabilitiesOutputFormatGetFeatureInfoTextXmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatGetFeatureInfoTextHtmlSupported
public void wmsCapabilitiesOutputFormatGetFeatureInfoTextHtmlSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatGetMapImagePngSupported
public void wmsCapabilitiesOutputFormatGetMapImagePngSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatGetMapImageGifSupported
public void wmsCapabilitiesOutputFormatGetMapImageGifSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatGetMapImageJpegSupported
public void wmsCapabilitiesOutputFormatGetMapImageJpegSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-