public class SuitePreconditions extends Object
| Constructor and Description |
|---|
SuitePreconditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkVersion(ITestContext testContext)
Verifies that the version is supported (default value is "2.2:).
|
void |
isKMLDocument(ITestContext testContext)
Verifies that the document (root) element has the following infoset
properties:
[namespace name] = "http://www.opengis.net/kml/2.2"
[local name] = "kml"
|
public void isKMLDocument(ITestContext testContext)
testContext - Information about the (pending) test run.public void checkVersion(ITestContext testContext)
testContext - Information about the (pending) test run.Copyright © 2016 Open Geospatial Consortium. All rights reserved.