com.canoo.webtest.plugins.pdftest
Class AbstractPdfStep
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.canoo.webtest.steps.Step
com.canoo.webtest.plugins.pdftest.AbstractPdfStep
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- AbstractPdfFilter, AbstractVerifyPdfStep
public abstract class AbstractPdfStep
- extends Step
Base class for PDF steps.
- Author:
- Paul King, Etienne Studer, Marc Guillemot
- See Also:
- Serialized Form
|
Field Summary |
protected static int |
ANY_PAGE
Value indicating that a no page restriction occurs for the step |
| Methods inherited from class com.canoo.webtest.steps.Step |
addComputedParameters, clone, doExecute, 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, verifyParameters |
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
ANY_PAGE
protected static final int ANY_PAGE
- Value indicating that a no page restriction occurs for the step
- See Also:
- Constant Field Values
AbstractPdfStep
public AbstractPdfStep()
getPdfPage
protected PDFPage getPdfPage()
throws Exception
- Throws:
Exception