public class ExcelVerifyCellSum extends AbstractExcelCellStep
KEY_CURRENT_SHEETDEFAULT_DESCRIPTION, ELEMENT_ATTRIBUTE_ID, ELEMENT_ATTRIBUTE_NAME, PROPERTY_TYPE_ANT, PROPERTY_TYPE_ANT_STRICT, PROPERTY_TYPE_DEFAULT, PROPERTY_TYPE_DYNAMICdescription, location, project| Constructor and Description |
|---|
ExcelVerifyCellSum() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Called to perform the step's functionality.
|
java.lang.String |
getRange() |
void |
setRange(java.lang.String range) |
protected void |
verifyParameters()
Called to let the step's implementation validate its parameters.
|
getCell, getCellReference, getCellReferenceStr, getCellValue, getCol, getExcelCell, getRow, setCell, setCol, setRowgetExcelSheet, getSheetIndex, getSheetName, setCurrentSheet, setSheetIndex, setSheetNamegetExcelWorkbook, verifyStringsaddComputedParameters, clone, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toStringbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypegetDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic java.lang.String getRange()
public void setRange(java.lang.String range)
range - protected void verifyParameters()
StepStep.doExecute().
This implementation does nothing, overwrite as needed.verifyParameters in class AbstractExcelCellSteppublic void doExecute()
throws java.lang.Exception
Step