org.apache.cactus.server
class FilterTestCaller

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

public class FilterTestCaller
extends AbstractWebTestCaller

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.4 2002/05/06 17:38:23 vmassol Exp $
Author:
Vincent Massol

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

FilterTestCaller

public FilterTestCaller(FilterImplicitObjects theObjects)


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