public interface TestElementTraverser
| Modifier and Type | Method and Description |
|---|---|
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.
|
void startTestElement(TestElement el)
el - void endTestElement(TestElement el)
el - void startProperty(JMeterProperty key)
key - void endProperty(JMeterProperty key)
key - Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.