Class TestHibernateReportUtil


  • public class TestHibernateReportUtil
    extends TestChromeDriverReportUtil
    Contains methods for testing the contents of the Hibernate report.
    • Constructor Detail

      • TestHibernateReportUtil

        public TestHibernateReportUtil()
    • Method Detail

      • checkSessionFactoryPropertyInReport

        public boolean checkSessionFactoryPropertyInReport​(String propKey,
                                                           String propValue)
        Checks that a Hibernate property is listed with the given key and value
      • checkHibernateEntityInReport

        public boolean checkHibernateEntityInReport​(String classname,
                                                    String tablename)
        Checks that a Hibernate entity is listed with the given entity classname and tablename