public class XPathReaderTest
extends junit.framework.TestCase
Constructor and Description |
---|
XPathReaderTest(String name) |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testAndImmediatelyFollowedByRelativeLocationPath() |
void |
testBogusPaths() |
void |
testChildIsNumber() |
void |
testChildrenOfNumber() |
void |
testInvalidAxis() |
void |
testLocationPathStartsWithParentheses() |
void |
testLocationPathStartsWithVariable() |
void |
testNoSpaceAfterAnd() |
void |
testNoSpaceAfterDiv() |
void |
testNoSpaceAfterMod() |
void |
testNoSpaceAfterOr() |
void |
testNoSpaceAfterPlus() |
void |
testNumberOrNumber() |
void |
testPaths() |
void |
testStringOrNumber() |
void |
testStringOrString() |
void |
testUnionofNodesAndNonNodes() |
void |
testValidAxis() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
assertEquals, 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, fail, fail, failNotEquals, failNotSame, failSame
public XPathReaderTest(String name)
public void setUp() throws ParserConfigurationException, SAXException, IOException
setUp
in class junit.framework.TestCase
ParserConfigurationException
SAXException
IOException
public void tearDown()
tearDown
in class junit.framework.TestCase
public void testPaths() throws SAXPathException
SAXPathException
public void testBogusPaths() throws SAXPathException
SAXPathException
public void testChildrenOfNumber() throws SAXPathException
SAXPathException
public void testChildIsNumber() throws SAXPathException
SAXPathException
public void testNumberOrNumber()
public void testStringOrNumber()
public void testStringOrString()
public void testUnionofNodesAndNonNodes()
public void testValidAxis() throws SAXPathException
SAXPathException
public void testInvalidAxis() throws SAXPathException
SAXPathException
public void testLocationPathStartsWithVariable() throws SAXPathException
SAXPathException
public void testLocationPathStartsWithParentheses() throws SAXPathException
SAXPathException
public void testNoSpaceAfterDiv() throws JaxenException
JaxenException
public void testNoSpaceAfterMod() throws JaxenException
JaxenException
public void testNoSpaceAfterPlus() throws JaxenException
JaxenException
public void testNoSpaceAfterAnd() throws JaxenException
JaxenException
public void testNoSpaceAfterOr() throws JaxenException
JaxenException
public void testAndImmediatelyFollowedByRelativeLocationPath() throws JaxenException
JaxenException
Copyright © 2001–2019 The Jaxen Project. All rights reserved.