public abstract class AbstractVerifyValuePdfStep extends AbstractVerifyPdfStep
ANY_PAGE
DEFAULT_DESCRIPTION, ELEMENT_ATTRIBUTE_ID, ELEMENT_ATTRIBUTE_NAME, PROPERTY_TYPE_ANT, PROPERTY_TYPE_ANT_STRICT, PROPERTY_TYPE_DEFAULT, PROPERTY_TYPE_DYNAMIC
description, location, project
Modifier | Constructor and Description |
---|---|
protected |
AbstractVerifyValuePdfStep() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExists() |
java.lang.String |
getRegex() |
java.lang.String |
getValue() |
void |
setExists(java.lang.String exists) |
void |
setRegex(java.lang.String regex) |
void |
setValue(java.lang.String value) |
protected void |
verifyParameters()
Called to let the step's implementation validate its parameters.
|
doExecute, verifyPdf
getPdfPage
addComputedParameters, 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, toString
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setExists(java.lang.String exists)
exists
- public java.lang.String getExists()
public void setRegex(java.lang.String regex)
regex
- public java.lang.String getRegex()
public void setValue(java.lang.String value)
value
- public java.lang.String getValue()
protected void verifyParameters()
Step
Step.doExecute()
.
This implementation does nothing, overwrite as needed.verifyParameters
in class Step