Luiz,
Are you aware that there is an extension of Junit made for testing Struts?
http://strutstestcase.sourceforge.net/
-Original Message-
From: Luiz Godoy [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 18, 2005 3:22 PM
To: Struts Users Mailing List
Subject: Testing Struts With JUnit
I´m trying to test the action below :
public class FamiliaDNCAction extends BasicAction {
public ActionForward unspecified(ActionMapping actionMapping, ActionForm
actionForm, HttpServletRequest request, HttpServletResponse response) throws
BusinessException {
Set msgs = new HashSet();
2 matches
Mail list logo