|
Apache JMeter 2.0.1.20050615 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.assertions.AssertionResult
| Constructor Summary | |
AssertionResult()
Create a new Assertion Result. |
|
| Method Summary | |
String |
getFailureMessage()
Get the message associated with any failure or error. |
boolean |
isError()
Check if an error occurred while checking the assertion. |
boolean |
isFailure()
Check if the assertion failed. |
void |
setError(boolean e)
Set the flag indicating whether or not an error occurred. |
void |
setFailure(boolean f)
Set the flag indicating whether or not a failure occurred. |
void |
setFailureMessage(String message)
Set the failure message giving more details about a failure or error. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AssertionResult()
| Method Detail |
public boolean isFailure()
public boolean isError()
public String getFailureMessage()
public void setError(boolean e)
e - true if an error occurred, false otherwisepublic void setFailure(boolean f)
f - true if a failure occurred, false otherwisepublic void setFailureMessage(String message)
message - the message to set
|
Apache JMeter 2.0.1.20050615 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||