java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.cactus.internal.AbstractCactusTestCase
org.apache.cactus.ServletTestCase
org.apache.cactus.JspTestCase
openfuture.bugbase.test.common.JspBaseTestCase
openfuture.bugbase.test.login.JspAccessTestCase
- All Implemented Interfaces:
- org.apache.cactus.internal.CactusTestCase, junit.framework.Test
- public class JspAccessTestCase
- extends openfuture.bugbase.test.common.JspBaseTestCase
Test all JSPs that require a login, if the login is
correctly requested.
Created: Wed Oct 31 16:04:12 2001
- Version:
- $Revision: 1.1 $
Fields inherited from class junit.framework.TestCase |
|
Methods inherited from class openfuture.bugbase.test.common.JspBaseTestCase |
copyCookies, findLoginForm, findLogoffForm, getLog, getProperties, isLoginForm, isLogoffForm, login, loginPage, logoff, logoffPage, setProperties, setURL |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
JspAccessTestCase
public JspAccessTestCase(java.lang.String name)
- Creates a new
JspAccessTestCase
instance.
beginNewBugReport
public void beginNewBugReport(org.apache.cactus.WebRequest request)
throws java.lang.Exception
- Log off and call
NewBugReport.jsp
.
testNewBugReport
public void testNewBugReport()
throws java.lang.Exception
- Test, if the new bug report page is present. (Actually
does nothing.)
beginEditBugReport
public void beginEditBugReport(org.apache.cactus.WebRequest request)
throws java.lang.Exception
- Log off and call
EditBugReport.jsp
.
testEditBugReport
public void testEditBugReport()
throws java.lang.Exception
- Test, if the edit bug report page is present. (Actually
does nothing.)
beginEditRegistration
public void beginEditRegistration(org.apache.cactus.WebRequest request)
throws java.lang.Exception
- Log off and call
EditRegistration.jsp
.
testEditRegistration
public void testEditRegistration()
throws java.lang.Exception
- Test, if the edit registration page is present. (Actually
does nothing.)
beginSearchReports
public void beginSearchReports(org.apache.cactus.WebRequest request)
throws java.lang.Exception
- Log off and call
SearchReports.jsp
.
testSearchReports
public void testSearchReports()
throws java.lang.Exception
- Test, if the search reports page is present. (Actually
does nothing.)
beginViewReports
public void beginViewReports(org.apache.cactus.WebRequest request)
throws java.lang.Exception
- Log off and call
ViewReports.jsp
.
testViewReports
public void testViewReports()
throws java.lang.Exception
- Test, if the view reports page is present. (Actually
does nothing.)
beginIndex
public void beginIndex(org.apache.cactus.WebRequest request)
throws java.lang.Exception
- Log off and call
index.jsp
.
testIndex
public void testIndex()
throws java.lang.Exception
- Test, if the entry page is present. (Actually
does nothing.)