org.apache.cactus.server
class ServletTestCaller

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractWebTestCaller
        |
        +--org.apache.cactus.server.ServletTestCaller
Direct Known Subclasses:
JspTestCaller

public class ServletTestCaller
extends AbstractWebTestCaller

Responsible for instanciating the TestCase class on the server side, set up the implicit objects and call the test method.

Version:
$Id: ServletTestCaller.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
Author:
Vincent Massol

Constructor Summary
ServletTestCaller(ServletImplicitObjects theObjects)
           
 
Methods inherited from class org.apache.cactus.server.AbstractWebTestCaller
doGetResults, doRunTest, doTest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletTestCaller

public ServletTestCaller(ServletImplicitObjects theObjects)


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