org.openprivacy.reptile.tests
Class JUnitXPathTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.openprivacy.reptile.tests.JUnitXPathTest
All Implemented Interfaces:
junit.framework.Test

public class JUnitXPathTest
extends junit.framework.TestCase

Version:
$Id: JUnitXPathTest.java,v 1.2 2002/02/03 04:24:22 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
JUnitXPathTest(java.lang.String name)
          Create a new JUnitXPathTest instance.
 
Method Summary
 void testSelectSingleNodeWithAttribute()
          Test single node operation..
 void testSelectSingleNodeWithElement()
          Test single node operation..
 void testSelectSingleNodeWithNamespaces()
          Test to make sure namespaces work.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnitXPathTest

public JUnitXPathTest(java.lang.String name)
Create a new JUnitXPathTest instance.

Method Detail

testSelectSingleNodeWithElement

public void testSelectSingleNodeWithElement()
                                     throws java.lang.Exception
Test single node operation..

java.lang.Exception

testSelectSingleNodeWithAttribute

public void testSelectSingleNodeWithAttribute()
                                       throws java.lang.Exception
Test single node operation..

java.lang.Exception

testSelectSingleNodeWithNamespaces

public void testSelectSingleNodeWithNamespaces()
                                        throws java.lang.Exception
Test to make sure namespaces work.

java.lang.Exception