Package org.jboss.windup.testutil.html
Class TestReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- Direct Known Subclasses:
TestChromeDriverReportUtil
public class TestReportUtil extends Object
Contains utility methods for assisting tests in interacting with the generated reports.- Author:
- Jesse Sightler, Ondrej Zizka
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTestReportUtil.WindupHtmlUnitDriver
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.WebDriverdriver
-
Constructor Summary
Constructors Constructor Description TestReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.openqa.selenium.WebDrivergetDriver()voidloadPage(Path filePath)Loads the given page w/ theWebDriver
-
-
-
Method Detail
-
loadPage
public void loadPage(Path filePath)
Loads the given page w/ theWebDriver
-
getDriver
protected org.openqa.selenium.WebDriver getDriver()
-
-