Class Level2Tests

java.lang.Object
org.opengis.cite.kml22.level2.Level2Tests

public class Level2Tests extends Object
Conformance Level 2 extends Level 1 by adding test cases covering recommended constraints that should be satisfied by a KML document.
See Also:
  • 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 argument ics has a value > 1; otherwise the tests are skipped.
      Parameters:
      testContext - The test (group) context.