Package org.opengis.cite.sensorml20
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
BaseFixture class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidobtainTestSubject(org.testng.ITestContext testContext) obtainTestSubject.voidsetTestSubject(Document testSubject) Sets the test subject (intended only to facilitate unit testing).
-
Field Details
-
ROOT_PKG
ConstantROOT_PKG="/org/opengis/cite/sensorml20/"- See Also:
-
originalSubject
-
testSubject
-
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
Sets the test subject (intended only to facilitate unit testing).- Parameters:
testSubject- A Document node representing the test subject.
-