Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.server » [javadoc | source]
org.apache.cactus.internal.server
public class: ServerTestCaseCaller [javadoc | source]
java.lang.Object
   junit.framework.Assert
      org.apache.cactus.internal.server.ServerTestCaseCaller
Provide the ability to execute Cactus test case classes on the server side. It mimics the JUnit behavior by calling setUp(), testXXX() and tearDown() methods on the server side.
Constructor:
 public ServerTestCaseCaller(Test theDelegatedTest,
    Test theWrappedTest) 
    Parameters:
    theDelegatedTest - the test we are delegating for
    theWrappedTest - the test being wrapped by this delegate (or null if none)
Method from org.apache.cactus.internal.server.ServerTestCaseCaller Summary:
getDelegatedTest,   getWrappedTest,   runBareInit,   setDelegatedTest,   setWrappedTest
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.internal.server.ServerTestCaseCaller Detail:
 public Test getDelegatedTest() 
 public Test getWrappedTest() 
 public  void runBareInit() 
    Perform server side initializations before each test, such as initializating the logger.
 public  void setDelegatedTest(Test theDelegatedTest) 
 public  void setWrappedTest(Test theWrappedTest)