org.apache.cactus.server
class JspTestCaller

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

public class JspTestCaller
extends ServletTestCaller

Call the test method on the server side after assigning the JSP implicit objects using reflection.

Version:
$Id: JspTestCaller.java,v 1.2 2002/04/21 14:37:08 vmassol Exp $
Author:
Vincent Massol

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

Constructor Detail

JspTestCaller

public JspTestCaller(JspImplicitObjects theObjects)
Parameters:
theObjects - the implicit objects coming from the redirector


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