|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tomcat.util.test.Matcher | +--org.apache.tomcat.util.test.matchers.ResponseMatchFile
Check if the response matches a response file
Fields inherited from class org.apache.tomcat.util.test.Matcher |
---|
client, debug, magnitude, request, response, result |
Constructor Summary | |
---|---|
ResponseMatchFile()
|
Method Summary | |
---|---|
void |
execute()
Execute the test |
java.lang.String |
getTestDescription()
A test description of the test beeing made |
void |
setFile(java.lang.String s)
Verify that response matches a list of strings in a file |
void |
setResponseMatchFile(java.lang.String s)
|
Methods inherited from class org.apache.tomcat.util.test.Matcher |
---|
getHttpClient, getHttpRequest, getHttpResponse, getMessage, getResult, log, setDebug, setExpectedResult, setHttpClient, setHttpRequest, setHttpResponse, setIf, setMagnitude, setUnless, skipTest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResponseMatchFile()
Method Detail |
public void setFile(java.lang.String s)
public void setResponseMatchFile(java.lang.String s)
public java.lang.String getTestDescription()
getTestDescription
in class Matcher
public void execute()
Matcher
execute
in class Matcher
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |