org.apache.commons.cactus.server
Class JspTestCaller

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

public class JspTestCaller
extends java.lang.Object

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

Version:
1.0

Constructor Summary
JspTestCaller()
           
 
Method Summary
 void doTest(JspImplicitObjects theObjects)
          Calls a test method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTestCaller

public JspTestCaller()
Method Detail

doTest

public void doTest(JspImplicitObjects theObjects)
            throws javax.servlet.ServletException
Calls a test method. The parameters needed to call this method are found in the HTTP request. Save the results in the application scope so that the Get Test Result service can find them.
Parameters:
theObjects - the implicit objects that will be assigned by reflection to the test class.
Throws:
javax.servlet.ServletException - if an unexpected error occurred


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