Package org.jboss.windup.testutil.html
Class TestHibernateReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- org.jboss.windup.testutil.html.TestChromeDriverReportUtil
-
- org.jboss.windup.testutil.html.TestHibernateReportUtil
-
public class TestHibernateReportUtil extends TestChromeDriverReportUtil
Contains methods for testing the contents of the Hibernate report.
-
-
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 TestHibernateReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckHibernateEntityInReport(String classname, String tablename)Checks that a Hibernate entity is listed with the given entity classname and tablenamebooleancheckSessionFactoryPropertyInReport(String propKey, String propValue)Checks that a Hibernate property is listed with the given key and value-
Methods inherited from class org.jboss.windup.testutil.html.TestChromeDriverReportUtil
loadPage
-
Methods inherited from class org.jboss.windup.testutil.html.TestReportUtil
getDriver
-
-