Uses of Class
org.jboss.windup.testutil.html.TestEJBReportUtil.EJBType
-
Packages that use TestEJBReportUtil.EJBType Package Description org.jboss.windup.testutil.html -
-
Uses of TestEJBReportUtil.EJBType in org.jboss.windup.testutil.html
Methods in org.jboss.windup.testutil.html that return TestEJBReportUtil.EJBType Modifier and Type Method Description static TestEJBReportUtil.EJBTypeTestEJBReportUtil.EJBType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestEJBReportUtil.EJBType[]TestEJBReportUtil.EJBType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.windup.testutil.html with parameters of type TestEJBReportUtil.EJBType Modifier and Type Method Description booleanTestEJBReportUtil. checkBeanInReport(TestEJBReportUtil.EJBType ejbType, String... columns)Checks that an EJB of the given type and classname is listed with given columns in the table
-