org.apache.cactus.server
Class ServletTestCaller

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

public class ServletTestCaller
extends AbstractTestCaller

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

Version:
$Id: ServletTestCaller.java,v 1.13 2001/09/14 20:18:16 pier Exp $
Author:
Vincent Massol

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

Constructor Detail

ServletTestCaller

public ServletTestCaller(ServletImplicitObjects theObjects)
Parameters:
theObjects - the implicit objects coming from the redirector


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