public class LoadUITestResultsWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
EMPTY_ICON |
protected static String |
FAILED_ICON |
protected static String |
PASSED_ICON |
Constructor and Description |
---|
LoadUITestResultsWrapper(LoadUITestResultsData testResultsData,
boolean addExtraRow,
String nameInReport) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMetric(String category,
String name,
String value) |
protected void |
addMetric(String category,
String name,
String value,
String icon) |
protected void |
addMetric(String category,
String name,
String value,
String icon,
String valueIcon) |
protected void |
addMetrics(boolean showProjectLevelData) |
ExportableJRBeanCollectionDataSource |
getTestResults() |
LoadUITestResultsData |
getTestResultsData() |
protected static final String EMPTY_ICON
protected static final String PASSED_ICON
protected static final String FAILED_ICON
public LoadUITestResultsWrapper(LoadUITestResultsData testResultsData, boolean addExtraRow, String nameInReport)
public LoadUITestResultsData getTestResultsData()
protected void addMetric(String category, String name, String value, String icon, String valueIcon)
protected void addMetrics(boolean showProjectLevelData)
public ExportableJRBeanCollectionDataSource getTestResults()
Copyright © 2019. All rights reserved.