Class BaseFixture

java.lang.Object
org.opengis.cite.sensorml20.BaseFixture
Direct Known Subclasses:
AggregateProcess, AggregateProcessSchema, ConfigurableProcesses, ConfigurableProcessSchema, CoreAbstractProcess, CoreAbstractProcessSchema, CoreConcepts, PhysicalComponent, PhysicalComponentSchema, PhysicalSystem, PhysicalSystemSchema, ProcessesWithAdvancedDataTypes, SimpleProcess, SimpleProcessSchema

public class BaseFixture extends Object

BaseFixture class.

  • Field Details

    • ROOT_PKG

      protected static final String ROOT_PKG
      Constant ROOT_PKG="/org/opengis/cite/sensorml20/"
      See Also:
    • originalSubject

      protected Document originalSubject
    • testSubject

      protected Document testSubject
    • testSubjectUri

      protected URI testSubjectUri
  • Constructor Details

    • BaseFixture

      public BaseFixture()
  • Method Details

    • obtainTestSubject

      @BeforeClass(alwaysRun=true) public void obtainTestSubject(org.testng.ITestContext testContext)

      obtainTestSubject.

      Parameters:
      testContext - The test (group) context.
    • setTestSubject

      public void setTestSubject(Document testSubject)
      Sets the test subject (intended only to facilitate unit testing).
      Parameters:
      testSubject - A Document node representing the test subject.