applicationLogic
Class PatientTest

java.lang.Object
  extended by applicationLogic.PatientTest

public class PatientTest
extends java.lang.Object

Author:
03bhagaa

Constructor Summary
PatientTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testDoGetHttpServletRequestHttpServletResponse()
          Test method for Patient.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
 void testDoPostHttpServletRequestHttpServletResponse()
          Test method for Patient.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
 void testDoService()
          Test method for Patient.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

PatientTest

public PatientTest()
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 Patient.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).


testDoPostHttpServletRequestHttpServletResponse

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


testDoService

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

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