|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DashboardAssertions
This makes assertions about Dashboard pages and their content
| Method Summary | |
|---|---|
void |
assertColumns(List<String> colHeaders,
Locator dashboardsLocator)
Assert that the columns exist |
void |
assertDashboardPages(List<? extends SharedEntityInfo> pages,
Dashboard.Table table)
Make sure that the passed dashboard pages are listed in the passed table. |
void |
assertDashboardPortlets(Long id,
DashboardPagePortletInfo dashboardPortletInfo)
Ensure that the given portlets exist on the passed dashboard page. |
void |
assertDefaultDashboardPortlets(DashboardPagePortletInfo dashboardPortletInfo)
Ensure that the given portlets exist on the system default dashboard page. |
| Method Detail |
|---|
void assertDashboardPages(List<? extends SharedEntityInfo> pages,
Dashboard.Table table)
pages - the pages to test.table - the table that contains the portal pages.
void assertDashboardPortlets(Long id,
DashboardPagePortletInfo dashboardPortletInfo)
id - the id of the dashboard to check.dashboardPortletInfo - the portlets that should exist on the dashboard.void assertDefaultDashboardPortlets(DashboardPagePortletInfo dashboardPortletInfo)
dashboardPortletInfo - the portlets that should exist on the dashboard.
void assertColumns(List<String> colHeaders,
Locator dashboardsLocator)
colHeaders - The text of the Column HeaderdashboardsLocator - Locator of the dashboard table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||