Package org.jboss.windup.testutil.html
Class TestEJBReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- org.jboss.windup.testutil.html.TestChromeDriverReportUtil
-
- org.jboss.windup.testutil.html.TestEJBReportUtil
-
public class TestEJBReportUtil extends TestChromeDriverReportUtil
Used to assist the unit tests in validating the contents of the EJB Report.- Author:
- Jesse Sightler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestEJBReportUtil.EJBType-
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 TestEJBReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckBeanInReport(TestEJBReportUtil.EJBType ejbType, String... columns)Checks that an EJB of the given type and classname is listed with given columns in the table-
Methods inherited from class org.jboss.windup.testutil.html.TestChromeDriverReportUtil
loadPage
-
Methods inherited from class org.jboss.windup.testutil.html.TestReportUtil
getDriver
-
-
-
-
Method Detail
-
checkBeanInReport
public boolean checkBeanInReport(TestEJBReportUtil.EJBType ejbType, String... columns)
Checks that an EJB of the given type and classname is listed with given columns in the table
-
-