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 - element to be traversedvoid endTestElement(TestElement el)
el - element that was traversedvoid startProperty(JMeterProperty key)
key - property to be traversedvoid endProperty(JMeterProperty key)
key - property that was traversedCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.