Package org.jboss.windup.testutil.html
Class TestChromeDriverReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- org.jboss.windup.testutil.html.TestChromeDriverReportUtil
-
- Direct Known Subclasses:
TestApplicationListUtil,TestCompatibleReportUtil,TestDependencyGraphReportUtil,TestDependencyReportUtil,TestEJBReportUtil,TestHardcodedPReportUtil,TestHibernateReportUtil,TestJavaApplicationOverviewUtil,TestJPAReportUtil,TestMigrationIssuesReportUtil,TestReportIndexReportUtil,TestSpringBeanReportUtil,TestTechReportUtil,TestUnparsablesUtil
public class TestChromeDriverReportUtil extends TestReportUtil
Contains utility methods for assisting tests in interacting with the generated reports using Chrome Driver.- Author:
- mrizzi
-
-
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 TestChromeDriverReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadPage(Path filePath)Loads the given page w/ theWebDriver-
Methods inherited from class org.jboss.windup.testutil.html.TestReportUtil
getDriver
-
-
-
-
Method Detail
-
loadPage
public void loadPage(Path filePath)
Description copied from class:TestReportUtilLoads the given page w/ theWebDriver- Overrides:
loadPagein classTestReportUtil
-
-