Right now, only the Struts Dev forum is available as a OS Forum.
The best place to post a question like this is the Struts User list,
where there are more people to help and the answers are archived.
* http://struts.apache.org/mail.html
-Ted.
On 7/3/06, Ashok Kumar Y <[EMAIL PROTECTED]> wrote:
Hi,
I am working with Struts Action class which extends TilesAction class. Below is
the sample code.I need to write JUnit Test case for that. If anyone have
worked. Could u help me regarding this.
public class DisplayLayoutareaController extends TilesAction implements
Controller
{
public void execute(ComponentContext tileContext,
HttpServletRequest request, HttpServletResponse response,
ServletContext servletContext)
{
//some code
}
public void perform(ComponentContext tileContext,
HttpServletRequest request,HttpServletResponse response,
ServletContext servletContext) throws ServletException,
java.io.IOException
{
//
}
}
Thanks & Regards
Ashok
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=36264&messageID=71055#71055
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
HTH, Ted.
* http://www.husted.com/struts/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]