|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectapplicationLogic.ProcedureTest
public class ProcedureTest
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 |
---|
public ProcedureTest()
Method Detail |
---|
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public final void testDoGetHttpServletRequestHttpServletResponse()
Procedure.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
public final void testDoPostHttpServletRequestHttpServletResponse()
Procedure.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
public final void testDoService() throws java.io.IOException, org.xml.sax.SAXException, javax.servlet.ServletException
Procedure.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
org.xml.sax.SAXException
java.io.IOException
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |