|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cite.osxgeotime.core.AtomDocumentTest
public class AtomDocumentTest
Includes tests based on the fundamental conceptual model.
Constructor Summary | |
---|---|
AtomDocumentTest()
|
Method Summary | |
---|---|
void |
setTestSubject(Document testSubject)
Sets the test subject. |
void |
setupClassFixture(org.testng.ITestContext testContext)
Obtains the test subject from the ISuite context and creates a catalog-based resource resolver. |
void |
validateAtomRepresentation()
[ Test ] Verifies that the test subject is a valid Atom document
according to the (informative) RELAX NG grammar listed in OGC 10-032 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomDocumentTest()
Method Detail |
---|
public void setupClassFixture(org.testng.ITestContext testContext)
SuiteAttribute.TEST_SUBJECT
should evaluate
to a DOM Document node.
testContext
- The test (group) context.public void setTestSubject(Document testSubject)
testSubject
- A Document node representing the test subject or metadata
about it.public void validateAtomRepresentation() throws SAXException, IOException
Test
] Verifies that the test subject is a valid Atom document
according to the (informative) RELAX NG grammar listed in OGC 10-032
SAXException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |