org.apache.jmeter.testelement
Interface TestElementTraverser
- TestElementSaver
public interface TestElementTraverser
For traversing Test Elements, which contain property that can be other test
elements, strings, collections, maps, objects
endProperty
public void endProperty(JMeterProperty key)
Notification that a property is ending. Again, this could be a test
element or a Map property, dependig on the context.
endTestElement
public void endTestElement(TestElement el)
Notification that the test element is now done.
startProperty
public void startProperty(JMeterProperty key)
Notification that a property is starting. This could be a test element
property or a Map property - depends on the context.
startTestElement
public void startTestElement(TestElement el)
Notification that a new test element is about to be traversed.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.