public interface TestElementTraverser
| Modifier and Type | Method and Description |
|---|---|
void |
endProperty(JMeterProperty key)
Notification that a property is ending.
|
void |
endTestElement(org.apache.jmeter.testelement.TestElement el)
Notification that the test element is now done.
|
void |
startProperty(JMeterProperty key)
Notification that a property is starting.
|
void |
startTestElement(org.apache.jmeter.testelement.TestElement el)
Notification that a new test element is about to be traversed.
|
void startTestElement(org.apache.jmeter.testelement.TestElement el)
el - element to be traversedvoid endTestElement(org.apache.jmeter.testelement.TestElement el)
el - element that was traversedvoid startProperty(JMeterProperty key)
key - property to be traversedvoid endProperty(JMeterProperty key)
key - property that was traversedCopyright © 1998-2023 Apache Software Foundation. All Rights Reserved.