Class Level3Tests

java.lang.Object
org.opengis.cite.kml22.level3.Level3Tests

public class Level3Tests extends Object
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 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 argument ics has a value > 2; otherwise the tests are skipped.
      Parameters:
      testContext - The test (group) context.