public abstract class JaxenXPathTestBase extends XPathTestBase
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List |
documents |
(package private) static java.lang.String |
TESTS_ROOT |
debug, TESTS_XML, VAR_URI, verbose| Constructor and Description |
|---|
JaxenXPathTestBase(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jaxen.Navigator |
createNavigator() |
protected java.lang.Object |
getDocument(java.lang.String url) |
protected org.jaxen.Navigator |
getNavigator() |
protected abstract java.lang.Object |
loadDocument(java.io.InputStream in) |
protected abstract void |
releaseDocument(java.lang.Object document) |
protected void |
tearDown() |
log, setUp, testAbsoluteLocationPaths, testAttributeAsContext, testAttributeParent, testAxisNodeOrdering, testCDATASectionsAreIncludedInTextNodes, testCorrectPredicateApplication, testCountFunction, testCountFunctionMore, testDocumentFunction1, testDocumentFunctionActual, testDocumentFunctionContextExample, testFloatingPointArithmetic, testForParserErrors, testGetNodeType, testid53992, testid54032, testid54082, testid54145, testid54156, testid54168, testid54180, testid54197, testid54219, testid54249, testid54266, testid54278, testid54298, testid54467, testid54522, testid54534, testid54570, testid54614, testid54853, testid54932, testIntegerArithmetic, testJaxen24, testJaxen3, testJaxen3dupe, testJaxen58, testLangFunction, testNamespaceNodeAsContext, testNamespaceNodeCounts, testNamespaceNodeCounts1, testNamespaceNodesHaveParent, testNamespaceResolution, testNamespaces, testNamespacesAgain, testNodesetEqualsNumber, testNodesetEqualsString, testNodeTypes, testNoNamespace, testNormalizeSpaceFunction, testPositioning, testPrecedingSiblingAxis, testPrefixDoesntMatter, testStringExtensionFunctions, testStringFunction1, testStringFunction2, testStringFunction3, testSubstringFunction, testTextNodes, testTranslateFunction, testUnderscoresInNames, testVariableLookupassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringprotected abstract java.lang.Object loadDocument(java.io.InputStream in)
throws java.lang.Exception
java.lang.Exceptionprotected abstract void releaseDocument(java.lang.Object document)
protected abstract org.jaxen.Navigator createNavigator()
protected void tearDown()
throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exceptionprotected final java.lang.Object getDocument(java.lang.String url)
throws java.lang.Exception
getDocument in class XPathTestBasejava.lang.Exceptionprotected final org.jaxen.Navigator getNavigator()
getNavigator in class XPathTestBase