com.acsinet_solutions.cetia4.test
Class XPathTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.acsinet_solutions.cetia4.test.XPathTest
All Implemented Interfaces:
junit.framework.Test

public class XPathTest
extends junit.framework.TestCase

Author:
Santiago Arriaga

Constructor Summary
XPathTest(java.lang.String name)
          Public constructor
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testXPath()
          Test XPath
 void testXPathFilter()
          Test XPath mapper
 void testXPathFilter2()
          Test XPath mapper
 void testXPathFilter3()
          Test XPath mapper
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathTest

public XPathTest(java.lang.String name)
Public constructor

Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception
See Also:
TestCase.tearDown()

testXPath

public void testXPath()
               throws java.lang.Exception
Test XPath

Throws:
java.lang.Exception

testXPathFilter

public void testXPathFilter()
                     throws java.lang.Exception
Test XPath mapper

Throws:
java.lang.Exception

testXPathFilter2

public void testXPathFilter2()
                      throws java.lang.Exception
Test XPath mapper

Throws:
java.lang.Exception

testXPathFilter3

public void testXPathFilter3()
                      throws java.lang.Exception
Test XPath mapper

Throws:
java.lang.Exception