Package org.jboss.windup.testutil.html
Class TestReportIndexReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- org.jboss.windup.testutil.html.TestChromeDriverReportUtil
-
- org.jboss.windup.testutil.html.TestReportIndexReportUtil
-
public class TestReportIndexReportUtil extends TestChromeDriverReportUtil
- Author:
- Jesse Sightler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.windup.testutil.html.TestReportUtil
TestReportUtil.WindupHtmlUnitDriver
-
-
Field Summary
-
Fields inherited from class org.jboss.windup.testutil.html.TestReportUtil
driver
-
-
Constructor Summary
Constructors Constructor Description TestReportIndexReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckIncidentByCategoryRow(String category, int incidents, int totalStoryPoints)voidloadPage(Path filePath)Loads the given page w/ theWebDriver-
Methods inherited from class org.jboss.windup.testutil.html.TestReportUtil
getDriver
-
-
-
-
Method Detail
-
checkIncidentByCategoryRow
public boolean checkIncidentByCategoryRow(String category, int incidents, int totalStoryPoints)
-
loadPage
public void loadPage(Path filePath)
Loads the given page w/ theWebDriver- Overrides:
loadPagein classTestChromeDriverReportUtil
-
-