Uses of Class
org.jboss.windup.testutil.html.TestTechReportUtil.PointsType
-
Packages that use TestTechReportUtil.PointsType Package Description org.jboss.windup.testutil.html -
-
Uses of TestTechReportUtil.PointsType in org.jboss.windup.testutil.html
Methods in org.jboss.windup.testutil.html that return TestTechReportUtil.PointsType Modifier and Type Method Description static TestTechReportUtil.PointsTypeTestTechReportUtil.PointsType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestTechReportUtil.PointsType[]TestTechReportUtil.PointsType. 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 TestTechReportUtil.PointsType Modifier and Type Method Description voidTestTechReportUtil. checkPoints(String appName, TestTechReportUtil.PointsType pointsType, int expectedCount)
-