org.apache.cactus.server
class JspTestCaller

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractWebTestCaller
        |
        +--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.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
Author:
Vincent Massol

Constructor Summary
JspTestCaller(JspImplicitObjects 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

JspTestCaller

public JspTestCaller(JspImplicitObjects theObjects)


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