Package org.jboss.windup.testutil.html
Class TestTechReportUtil
- java.lang.Object
-
- org.jboss.windup.testutil.html.TestReportUtil
-
- org.jboss.windup.testutil.html.TestChromeDriverReportUtil
-
- org.jboss.windup.testutil.html.TestTechReportUtil
-
public class TestTechReportUtil extends TestChromeDriverReportUtil
Contains methods for evaluating and retrieving data from the technologies report.- Author:
- Ondrej Zizka
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestTechReportUtil.BoxInfostatic classTestTechReportUtil.BubbleInfostatic classTestTechReportUtil.PointsType-
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 TestTechReportUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckPoints(String appName, TestTechReportUtil.PointsType pointsType, int expectedCount)voidcheckTechBoxReport(Path path, List<TestTechReportUtil.BoxInfo> boxesExpected)voidcheckTechGlobalReport(Path path, List<TestTechReportUtil.BubbleInfo> bubblesExpected)Basically this checks few bubbles if they are as big (or missing) as they should be.-
Methods inherited from class org.jboss.windup.testutil.html.TestChromeDriverReportUtil
loadPage
-
Methods inherited from class org.jboss.windup.testutil.html.TestReportUtil
getDriver
-
-
-
-
Method Detail
-
checkTechGlobalReport
public void checkTechGlobalReport(Path path, List<TestTechReportUtil.BubbleInfo> bubblesExpected)
Basically this checks few bubbles if they are as big (or missing) as they should be.
-
checkPoints
public void checkPoints(String appName, TestTechReportUtil.PointsType pointsType, int expectedCount)
-
checkTechBoxReport
public void checkTechBoxReport(Path path, List<TestTechReportUtil.BoxInfo> boxesExpected)
-
-