public interface DashboardAssertions
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2002-2024 Atlassian. All Rights Reserved.