Package org.opengis.cite.kml22.level2
Class Level2Tests
java.lang.Object
org.opengis.cite.kml22.level2.Level2Tests
Conformance Level 2 extends Level 1 by adding test cases covering recommended
constraints that should be satisfied by a KML document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunConformanceLevel2(org.testng.ITestContext testContext) Checks if any conformance level 2 tests will be run.
-
Constructor Details
-
Level2Tests
public Level2Tests()
-
-
Method Details
-
runConformanceLevel2
@BeforeTest public void runConformanceLevel2(org.testng.ITestContext testContext) Checks if any conformance level 2 tests will be run. These tests will be run only if the test run argumenticshas a value > 1; otherwise the tests are skipped.- Parameters:
testContext- The test (group) context.
-