|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.projectbrowser.test.ProjectBrowserTestHelper
org.hackystat.projectbrowser.page.projects.TestProjectsPage
public class TestProjectsPage
Tests the SensorDataPage.
Field Summary |
---|
Fields inherited from class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper |
---|
TEST_EDIT_SPECTATOR, TEST_INVITEE, TEST_NEW_INVITEE, TEST_NEW_SPECTATOR, TEST_USER |
Constructor Summary | |
---|---|
TestProjectsPage()
|
Method Summary | |
---|---|
void |
cleanup()
Clean up data. |
void |
dumpComponentTree()
Dump component tree to log for debug. |
void |
login(org.apache.wicket.util.tester.WicketTester tester)
Logs in and navigates to the projects page. |
void |
logProject(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
Dump project info to logger. |
void |
testProjectsClearCachePage()
Test project clear cache. |
void |
testProjectsDeletePage()
Test the deletion of a project. |
void |
testProjectsEditPage()
Test edit of existing project. |
void |
testProjectsLeavePage()
Test leaving a project. |
void |
testProjectsNewPage()
Test creating a new project. |
void |
testProjectsPage()
Test navigation to projects page and rendering of project list panel. |
void |
testProjectsRenamePage()
Test renaming of project. |
void |
testProjectsReplyAcceptPage()
Test the acceptance of an invitation to join a group. |
void |
testProjectsReplyDeclinePage()
Test the declining of an invitation to join a group. |
Methods inherited from class org.hackystat.projectbrowser.test.ProjectBrowserTestHelper |
---|
addMember, clearData, generateSimData, getDailyProjectDataHostName, getSensorBaseHostName, getTelemetryHostName, getTestProperties, setupServer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestProjectsPage()
Method Detail |
---|
public void cleanup() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void login(org.apache.wicket.util.tester.WicketTester tester)
tester
- Wicket testerpublic void logProject(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
project
- to log.public void dumpComponentTree() throws org.hackystat.sensorbase.client.SensorBaseClientException
org.hackystat.sensorbase.client.SensorBaseClientException
- when communication error occurs.public void testProjectsPage() throws org.hackystat.sensorbase.client.SensorBaseClientException
org.hackystat.sensorbase.client.SensorBaseClientException
- when communication error occurs.public void testProjectsEditPage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsNewPage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsRenamePage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsDeletePage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsReplyAcceptPage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsReplyDeclinePage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsLeavePage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.public void testProjectsClearCachePage() throws java.lang.Exception
java.lang.Exception
- when communication error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |