Uses of Class
j2eeunit.server.ServletImplicitObjects

Packages that use ServletImplicitObjects
j2eeunit.server   
 

Uses of ServletImplicitObjects in j2eeunit.server
 

Subclasses of ServletImplicitObjects in j2eeunit.server
 class JspImplicitObjects
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of JspTestCase).
 

Methods in j2eeunit.server with parameters of type ServletImplicitObjects
 void ServletTestCaller.doTest(ServletImplicitObjects theObjects)
          Calls a test method.
 void ServletTestCaller.doGetResults(ServletImplicitObjects theObjects)
          Return the last test results as a serialized object in the HTTP response.
 



Copyright © 2000-2001 Vincent Massol.