static void |
XMLAssert.assertNodeTestPasses(java.lang.String xmlString,
NodeTester tester,
short nodeType) |
Execute a NodeTest for a single node type
and assert that it passes
|
static void |
XMLAssert.assertNodeTestPasses(NodeTest test,
NodeTester tester,
short[] nodeTypes,
boolean assertion) |
Execute a NodeTest for multiple node types and make an
assertion about it whether it is expected to pass
|
static void |
XMLAssert.assertNodeTestPasses(org.xml.sax.InputSource xml,
NodeTester tester,
short nodeType) |
Execute a NodeTest for a single node type
and assert that it passes
|
void |
XMLTestCase.assertNodeTestPasses(java.lang.String xmlString,
NodeTester tester,
short nodeType) |
Execute a NodeTest for a single node type
and assert that it passes
|
void |
XMLTestCase.assertNodeTestPasses(NodeTest test,
NodeTester tester,
short[] nodeTypes,
boolean assertion) |
Execute a NodeTest for multiple node types and make an
assertion about it whether it is expected to pass
|
void |
XMLTestCase.assertNodeTestPasses(org.xml.sax.InputSource xml,
NodeTester tester,
short nodeType) |
Execute a NodeTest for a single node type
and assert that it passes
|
void |
NodeTest.performTest(NodeTester tester,
short singleNodeType) |
Does this NodeTest pass using the specified NodeTester instance?
|
void |
NodeTest.performTest(NodeTester tester,
short[] nodeTypes) |
Does this NodeTest pass using the specified NodeTester instance?
|