org.apache.cactus
Class TestAll

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.apache.cactus.TestAll
All Implemented Interfaces:
junit.framework.Test

public class TestAll
extends junit.framework.TestCase

Run all the unit tests of Cactus that do not need a servlet environment to run. These other tests will be exercised in the sample application.

Version:
$Id: TestAll.java,v 1.7 2001/09/14 20:26:33 pier Exp $
Author:
Vincent Massol

Constructor Summary
TestAll(java.lang.String theName)
          Defines the testcase name for JUnit.
 
Method Summary
static void main(java.lang.String[] theArgs)
          Start the tests.
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAll

public TestAll(java.lang.String theName)
Defines the testcase name for JUnit.
Parameters:
theName - the testcase's name.
Method Detail

main

public static void main(java.lang.String[] theArgs)
Start the tests.
Parameters:
theArgs - the arguments. Not used

suite

public static junit.framework.Test suite()
Returns:
a test suite (TestSuite) that includes all methods starting with "test"


Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.