org.jboss.jrunit.extensions
Class ServerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.jrunit.extensions.ServerTestCase
All Implemented Interfaces:
junit.framework.Test

public class ServerTestCase
extends junit.framework.TestCase

Author:
Tom Elrod

Constructor Summary
ServerTestCase()
           
 
Method Summary
 void initialize()
           
 void runBare()
           
 void shutdown()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerTestCase

public ServerTestCase()
Method Detail

initialize

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

shutdown

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

runBare

public void runBare()
             throws java.lang.Throwable
Overrides:
runBare in class junit.framework.TestCase
Throws:
java.lang.Throwable


JRunit, a JUnit extension for distributed client/server tests.