Class GetMapOutputFormatTest
java.lang.Object
de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
de.latlon.ets.wms13.core.dgiwg.testsuite.getmap.BaseGetMapFixture
de.latlon.ets.wms13.core.dgiwg.testsuite.getmap.GetMapOutputFormatTest
Tests if the expected formats for GetMap requests (image/png, image/gif and image/jpeg)
are supported.
- Author:
- Lyn Goltz
-
Field Summary
Fields inherited from class de.latlon.ets.wms13.core.dgiwg.testsuite.getmap.BaseGetMapFixture
SUBDIRECTORYFields 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.getmap.BaseGetMapFixture
buildGetMapRequest, findRequiredImageFormatWithTransparencySupport, retrieveSessionDir, setResultDirectory, storeResponseImageMethods inherited from class de.latlon.ets.wms13.core.dgiwg.testsuite.AbstractBaseGetFixture
addAttributesOnTestFailure, addAttributesOnTestSuccess, initBaseFixture, initParser, setWmsClient
-
Constructor Details
-
GetMapOutputFormatTest
public GetMapOutputFormatTest()
-
-
Method Details
-
clearRequest
@BeforeMethod public void clearRequest() -
wmsCapabilitiesOutputFormatImagePngSupported
public void wmsCapabilitiesOutputFormatImagePngSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatImageGifSupported
public void wmsCapabilitiesOutputFormatImageGifSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsCapabilitiesOutputFormatImageJpegSupported
public void wmsCapabilitiesOutputFormatImageJpegSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetMapOutputFormatImagePngSupported
public void wmsGetMapOutputFormatImagePngSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetMapOutputFormatImageGifSupported
public void wmsGetMapOutputFormatImageGifSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-
wmsGetMapOutputFormatImageJpegSupported
public void wmsGetMapOutputFormatImageJpegSupported() throws jakarta.xml.soap.SOAPException- Throws:
jakarta.xml.soap.SOAPException
-