public abstract class AbstractTable extends AbstractTestElement implements ReportTable
| Modifier and Type | Field and Description |
|---|---|
static String[] |
items |
static String |
REPORT_TABLE_50_PERCENT |
static String |
REPORT_TABLE_90_PERCENT |
static String |
REPORT_TABLE_ERROR_RATE |
static String |
REPORT_TABLE_MAX |
static String |
REPORT_TABLE_MEAN |
static String |
REPORT_TABLE_MEDIAN |
static String |
REPORT_TABLE_MIN |
static String |
REPORT_TABLE_RESPONSE_RATE |
static String |
REPORT_TABLE_TOTAL |
static String |
REPORT_TABLE_TRANSFER_RATE |
static String |
REPORT_TABLE_URL |
static String[] |
xitems |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
AbstractTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestElement(TestElement el) |
boolean |
get50Percent() |
boolean |
get90Percent() |
boolean |
getErrorRate() |
boolean |
getMax() |
boolean |
getMean() |
boolean |
getMedian() |
boolean |
getMin() |
boolean |
getResponseRate() |
abstract String[][] |
getTableData(List data)
method isn't implemented and is left abstract.
|
boolean |
getTransferRate() |
void |
set50Percent(String set) |
void |
set90Percent(String set) |
void |
setErrorRate(String set) |
void |
setMax(String set) |
void |
setMean(String set) |
void |
setMedian(String set) |
void |
setMin(String set) |
void |
setResponseRate(String set) |
void |
setTransferRate(String set) |
addPropertiesValues, addProperty, addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic static final String REPORT_TABLE_MEAN
public static final String REPORT_TABLE_MEDIAN
public static final String REPORT_TABLE_MAX
public static final String REPORT_TABLE_MIN
public static final String REPORT_TABLE_RESPONSE_RATE
public static final String REPORT_TABLE_TRANSFER_RATE
public static final String REPORT_TABLE_50_PERCENT
public static final String REPORT_TABLE_90_PERCENT
public static final String REPORT_TABLE_ERROR_RATE
public static final String[] items
public static final String REPORT_TABLE_TOTAL
public static final String REPORT_TABLE_URL
public static final String[] xitems
public boolean getMean()
public void setMean(String set)
public boolean getMedian()
public void setMedian(String set)
public boolean getMax()
public void setMax(String set)
public boolean getMin()
public void setMin(String set)
public boolean getResponseRate()
public void setResponseRate(String set)
public boolean getTransferRate()
public void setTransferRate(String set)
public boolean get50Percent()
public void set50Percent(String set)
public boolean get90Percent()
public void set90Percent(String set)
public boolean getErrorRate()
public void setErrorRate(String set)
public void addTestElement(TestElement el)
AbstractTestElementaddTestElement in interface TestElementaddTestElement in class AbstractTestElementpublic abstract String[][] getTableData(List data)
getTableData in interface ReportTableCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.