Package org.opengis.cite.kml22.level3
Class Level3Tests
java.lang.Object
org.opengis.cite.kml22.level3.Level3Tests
Conformance Level 3 extends Level 2 by adding test cases addressing constraints that
fall into the category of "best practices" but are not essential in every circumstance.
However, some parties may require conformance at this level.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunConformanceLevel3(org.testng.ITestContext testContext) Checks if conformance level 3 tests will be run.
-
Constructor Details
-
Level3Tests
public Level3Tests()
-
-
Method Details
-
runConformanceLevel3
@BeforeTest public void runConformanceLevel3(org.testng.ITestContext testContext) Checks if conformance level 3 tests will be run. These tests will be run only if the test run argumenticshas a value > 2; otherwise the tests are skipped.- Parameters:
testContext- The test (group) context.
-