public class TestTechReportUtil extends TestReportUtil
| Modifier and Type | Class and Description |
|---|---|
static class |
TestTechReportUtil.BoxInfo |
static class |
TestTechReportUtil.BubbleInfo |
static class |
TestTechReportUtil.PointsType |
TestReportUtil.WindupHtmlUnitDriverdriver| Constructor and Description |
|---|
TestTechReportUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPoints(String appName,
TestTechReportUtil.PointsType pointsType,
int expectedCount) |
void |
checkTechBoxReport(Path path,
List<TestTechReportUtil.BoxInfo> boxesExpected) |
void |
checkTechGlobalReport(Path path,
List<TestTechReportUtil.BubbleInfo> bubblesExpected)
Basically this checks few bubbles if they are as big (or missing) as they should be.
|
getDriver, loadPagepublic void checkTechGlobalReport(Path path, List<TestTechReportUtil.BubbleInfo> bubblesExpected)
public void checkPoints(String appName, TestTechReportUtil.PointsType pointsType, int expectedCount)
public void checkTechBoxReport(Path path, List<TestTechReportUtil.BoxInfo> boxesExpected)
Copyright © 2018 JBoss by Red Hat. All rights reserved.