J2EEUnit 0.9 for Servlet 23 API

J2EEUnit is a JUnit extension to unit test server-side java code.

See:
          Description

Packages
j2eeunit Base package for the J2EEUnit project.
j2eeunit.client  
j2eeunit.server  
j2eeunit.util  

 

J2EEUnit is a JUnit extension to unit test server-side java code. A server- side java code is some code that is called either by a JSP or by a Servlet. Server-side code is also code that may need to have access to valid HttpServletRequest, HttpServletResponse and HttpSession objects.

Go to J2EEUnit web site for all documentation and tutorials for installing and running J2EEUnit



Copyright © 2000-2001 Vincent Massol.