Class GetCapabilitiesLegendUrlTest
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.GetCapabilitiesLegendUrlTest
Tests LegendURL element of a capabilities document and determines if the URL is
accessible online.
- Author:
- Dirk Stenger
-
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 TypeMethodDescriptionObject[][]parseLayerNodes(org.testng.ITestContext testContext) voidwmsCapabilitiesLayersLegendUrlIsAccessible(org.testng.ITestContext testContext, Node layerNode, String name, String title) Methods 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
-
GetCapabilitiesLegendUrlTest
public GetCapabilitiesLegendUrlTest()
-
-
Method Details
-
parseLayerNodes
@DataProvider(name="layerNodes") public Object[][] parseLayerNodes(org.testng.ITestContext testContext) throws XPathFactoryConfigurationException, XPathExpressionException -
wmsCapabilitiesLayersLegendUrlIsAccessible
public void wmsCapabilitiesLayersLegendUrlIsAccessible(org.testng.ITestContext testContext, Node layerNode, String name, String title) throws jakarta.xml.soap.SOAPException, XPathFactoryConfigurationException, XPathExpressionException - Throws:
jakarta.xml.soap.SOAPExceptionXPathFactoryConfigurationExceptionXPathExpressionException
-