public class PdfVerifyBookmarkStep extends AbstractVerifyPdfStep
ANY_PAGEDEFAULT_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 |
|---|
PdfVerifyBookmarkStep() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
getRegex() |
void |
setName(java.lang.String name) |
void |
setRegex(boolean regex) |
protected void |
verifyParameters()
Called to let the step's implementation validate its parameters.
|
protected void |
verifyPdf(PDFPage pdfPage) |
doExecutegetPdfPageaddComputedParameters, 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 void setName(java.lang.String name)
name - public java.lang.String getName()
public void setRegex(boolean regex)
regex - public boolean getRegex()
protected void verifyParameters()
StepStep.doExecute().
This implementation does nothing, overwrite as needed.verifyParameters in class Stepprotected void verifyPdf(PDFPage pdfPage)
verifyPdf in class AbstractVerifyPdfStep