|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.util.ScriptingTestElement
org.apache.jmeter.util.JSR223TestElement
org.apache.jmeter.assertions.JSR223Assertion
public class JSR223Assertion
| Field Summary |
|---|
| Fields inherited from class org.apache.jmeter.util.ScriptingTestElement |
|---|
scriptLanguage |
| Fields inherited from interface org.apache.jmeter.testelement.TestElement |
|---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
| Constructor Summary | |
|---|---|
JSR223Assertion()
|
|
| Method Summary | |
|---|---|
AssertionResult |
getResult(SampleResult response)
Returns the AssertionResult object encapsulating information about the success or failure of the assertion. |
| Methods inherited from class org.apache.jmeter.util.JSR223TestElement |
|---|
getCacheKey, getInstance, getScriptEngine, getScriptLanguage, populateBindings, processFileOrScript, setCacheKey, setScriptLanguage, testEnded, testEnded, testStarted, testStarted |
| Methods inherited from class org.apache.jmeter.util.ScriptingTestElement |
|---|
getFilename, getParameters, getScript, setFilename, setParameters, setScript |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSR223Assertion()
| Method Detail |
|---|
public AssertionResult getResult(SampleResult response)
Assertion
getResult in interface Assertionresponse - the SampleResult containing information about the Sample
(duration, success, etc)
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||