org.codehaus.wadi.group
Class AbstractTestGroup

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.wadi.group.AbstractTestGroup
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TestInVMGroup

public abstract class AbstractTestGroup
extends junit.framework.TestCase


Nested Class Summary
protected static interface AbstractTestGroup.DispatcherFactory
           
protected  class AbstractTestGroup.RendezVousEndPoint
           
 
Field Summary
protected  AbstractTestGroup.DispatcherFactory _dispatcherFactory
           
protected static org.apache.commons.logging.Log _log
           
 
Constructor Summary
AbstractTestGroup()
           
 
Method Summary
abstract  AbstractTestGroup.DispatcherFactory getDispatcherFactory()
           
protected  void setUp()
           
protected  void tearDown()
           
 void testDispatcher()
           
 void testMembership()
           
 
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
 

Field Detail

_log

protected static org.apache.commons.logging.Log _log

_dispatcherFactory

protected AbstractTestGroup.DispatcherFactory _dispatcherFactory
Constructor Detail

AbstractTestGroup

public AbstractTestGroup()
Method Detail

getDispatcherFactory

public abstract AbstractTestGroup.DispatcherFactory getDispatcherFactory()
                                                                  throws java.lang.Exception
Throws:
java.lang.Exception

setUp

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

tearDown

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

testMembership

public void testMembership()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testDispatcher

public void testDispatcher()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.