USE_BODY
public static final String USE_BODY
USE_BODY_UNESCAPED
public static final String USE_BODY_UNESCAPED
USE_CODE
public static final String USE_CODE
USE_HDRS
public static final String USE_HDRS
USE_MESSAGE
public static final String USE_MESSAGE
USE_URL
public static final String USE_URL
getDefaultValue
public String getDefaultValue()
getMatchNumber
public int getMatchNumber()
getMatchNumberAsString
public String getMatchNumberAsString()
getRefName
public String getRefName()
getRegex
public String getRegex()
getTemplate
public String getTemplate()
process
public void process()
Parses the response data using regular expressions and saving the results
into variables for use later in the test.
- process in interface PostProcessor
setDefaultValue
public void setDefaultValue(String defaultValue)
Sets the value of the variable if no matches are found
setMatchNumber
public void setMatchNumber(String matchNumber)
setMatchNumber
public void setMatchNumber(int matchNumber)
Set which Match to use. This can be any positive number, indicating the
exact match to use, or 0, which is interpreted as meaning random.
setRefName
public void setRefName(String refName)
setRegex
public void setRegex(String regex)
setTemplate
public void setTemplate(String template)
setUseField
public void setUseField(String actionCommand)
useBody
public boolean useBody()
useCode
public boolean useCode()
useHeaders
public boolean useHeaders()
useMessage
public boolean useMessage()
useUnescapedBody
public boolean useUnescapedBody()
useUrl
public boolean useUrl()