|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestElementTraverser
For traversing Test Elements, which contain property that can be other test elements, strings, collections, maps, objects
Method Summary | |
---|---|
void |
endProperty(JMeterProperty key)
Notification that a property is ending. |
void |
endTestElement(TestElement el)
Notification that the test element is now done. |
void |
startProperty(JMeterProperty key)
Notification that a property is starting. |
void |
startTestElement(TestElement el)
Notification that a new test element is about to be traversed. |
Method Detail |
---|
void startTestElement(TestElement el)
el
- void endTestElement(TestElement el)
el
- void startProperty(JMeterProperty key)
key
- void endProperty(JMeterProperty key)
key
-
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |