|
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.testelement.AbstractScopedAssertion
public abstract class AbstractScopedAssertion
Super-class for all Assertions that can be applied to main sample, sub-samples or both. Test elements merely need to extend this class to support scoping.
Their corresponding GUI classes need to add the AssertionScopePanel to the GUI using the AbstractAssertionGui methods:
Field Summary |
---|
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
---|---|
AbstractScopedAssertion()
|
Method Summary | |
---|---|
String |
fetchScope()
Get the scope setting |
boolean |
isScopeAll(String scope)
Is the assertion to be applied to the all samples? |
boolean |
isScopeChildren(String scope)
Is the assertion to be applied to the sub-samples (children)? |
boolean |
isScopeParent(String scope)
Is the assertion to be applied to the main (parent) sample? |
void |
setScopeAll()
|
void |
setScopeChildren()
|
void |
setScopeParent()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractScopedAssertion()
Method Detail |
---|
public String fetchScope()
public boolean isScopeParent(String scope)
scope
-
public boolean isScopeChildren(String scope)
scope
-
public boolean isScopeAll(String scope)
scope
-
public void setScopeParent()
public void setScopeChildren()
public void setScopeAll()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |