applicationLogic
Class ProcedureTest

java.lang.Object
  extended by applicationLogic.ProcedureTest

public class ProcedureTest
extends java.lang.Object

Author:
ajay

Constructor Summary
ProcedureTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testDoGetHttpServletRequestHttpServletResponse()
          Test method for Procedure.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
 void testDoPostHttpServletRequestHttpServletResponse()
          Test method for Procedure.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
 void testDoService()
          Test method for Procedure.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcedureTest

public ProcedureTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testDoGetHttpServletRequestHttpServletResponse

public final void testDoGetHttpServletRequestHttpServletResponse()
Test method for Procedure.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).


testDoPostHttpServletRequestHttpServletResponse

public final void testDoPostHttpServletRequestHttpServletResponse()
Test method for Procedure.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).


testDoService

public final void testDoService()
                         throws java.io.IOException,
                                org.xml.sax.SAXException,
                                javax.servlet.ServletException
Test method for Procedure.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).

Throws:
org.xml.sax.SAXException
java.io.IOException
javax.servlet.ServletException