java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.commons.jxpath.JXPathTestSuite
- All Implemented Interfaces:
- junit.framework.Test
- public class JXPathTestSuite
- extends junit.framework.TestCase
Test Suite for the JXPath class. The majority of these tests use
instances of the TestBean class, so be sure to update the tests if you
change the characteristics of that class.
Note that the tests are dependent upon the static aspects
(such as array sizes...) of the TestBean.java class, so ensure
that all changes to TestBean are reflected here and in other JXPath tests.
- Version:
- $Revision: 1.7 $ $Date: 2004/04/04 22:06:35 $
|
Field Summary |
private static boolean |
enabled
|
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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 |
enabled
private static boolean enabled
JXPathTestSuite
public JXPathTestSuite(java.lang.String name)
main
public static void main(java.lang.String[] args)
- Exercise the whole suite
suite
public static junit.framework.Test suite()
- Return the tests included in this test suite.