org.apache.cactus.server
class AbstractWebTestCaller
java.lang.Object
|
+--org.apache.cactus.server.AbstractWebTestCaller
- Direct Known Subclasses:
- FilterTestCaller, ServletTestCaller
- public abstract class AbstractWebTestCaller
- extends java.lang.Object
Responsible for instanciating the TestCase
class on the server
side, set up the implicit objects and call the test method. This class
provides a common abstraction for all test web requests.
- Version:
- $Id: AbstractWebTestCaller.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
- Author:
- Vincent Massol
, Nicholas Lesiecki
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWebTestCaller
public AbstractWebTestCaller(WebImplicitObjects theObjects)
doGetResults
public void doGetResults()
throws javax.servlet.ServletException
doRunTest
public void doRunTest()
throws javax.servlet.ServletException
doTest
public void doTest()
throws javax.servlet.ServletException
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.