Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath
Class JXPathTestSuite  view JXPathTestSuite download JXPathTestSuite.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.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
 
Constructor Summary
JXPathTestSuite(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
          Exercise the whole suite
static junit.framework.Test suite()
          Return the tests included in this test suite.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

enabled

private static boolean enabled
Constructor Detail

JXPathTestSuite

public JXPathTestSuite(java.lang.String name)
Method Detail

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.