org.apache.cactus.server
Class FilterTestCaller

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractTestCaller
        |
        +--org.apache.cactus.server.FilterTestCaller

public class FilterTestCaller
extends AbstractTestCaller

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

Version:
$Id: FilterTestCaller.java,v 1.3 2001/09/14 20:13:00 pier Exp $
Author:
Vincent Massol

Constructor Summary
FilterTestCaller(FilterImplicitObjects 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

FilterTestCaller

public FilterTestCaller(FilterImplicitObjects theObjects)
Parameters:
theObjects - the implicit objects coming from the redirector


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