org.apache.cactus
class AbstractTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.apache.cactus.AbstractTestCase
All Implemented Interfaces:
Test
Direct Known Subclasses:
AbstractWebTestCase

public abstract class AbstractTestCase
extends junit.framework.TestCase

Abstract class that is a thin layer on top of JUnit and that knows about test cases that are executed on the server side. This class is independent of the protocol used to communicate from the Cactus client side and the Cactus server side; it can be HTTP, JMS, etc. Subclasses will define additional behaviour that depends on the protocol.

Version:
$Id: AbstractTestCase.java,v 1.9 2002/07/22 12:26:04 vmassol Exp $
Author:
Vincent Massol

Field Summary
static String LOG_CLIENT_CONFIG
          Name of properties file to initialize logging subsystem
          
 
Constructor Summary
AbstractTestCase(String theName)
           
 
Method Summary
 void runBare()
           
 void runBareServerTest()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, 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, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG_CLIENT_CONFIG

public static final String LOG_CLIENT_CONFIG
Name of properties file to initialize logging subsystem
Constructor Detail

AbstractTestCase

public AbstractTestCase(String theName)
Method Detail

runBare

public void runBare()
             throws java.lang.Throwable

runBareServerTest

public void runBareServerTest()
                       throws java.lang.Throwable


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