applicationLogic
Class PatientTest
java.lang.Object
applicationLogic.PatientTest
public class PatientTest
- extends java.lang.Object
- Author:
- 03bhagaa
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatientTest
public PatientTest()
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