public class TestApplicationListUtil extends TestReportUtil
TestReportUtil.WindupHtmlUnitDriverdriver| Constructor and Description |
|---|
TestApplicationListUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
clickTag(String applicationName,
String tagName) |
List<String> |
getApplicationNames()
Returns the list of application names on the application list.
|
int |
getSharedStoryPoints(String applicationName)
Gets the shared story points for the given application name.
|
int |
getTotalStoryPoints(String applicationName)
Gets the total story points for the given application name.
|
int |
getUniqueStoryPoints(String applicationName)
Gets the unique story points for the given application name.
|
boolean |
isDisplayed(String applicationName) |
void |
reverseSortOrder() |
void |
sortApplicationListByEffortPoints() |
getDriver, loadPagepublic int getTotalStoryPoints(String applicationName)
public int getSharedStoryPoints(String applicationName)
public int getUniqueStoryPoints(String applicationName)
public void sortApplicationListByEffortPoints()
public void reverseSortOrder()
public List<String> getApplicationNames()
public boolean isDisplayed(String applicationName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.