Apache JMeter
1.9

org.apache.jmeter.testelement
Interface TestElementTraverser

All Known Implementing Classes:
TestElementSaver

public interface TestElementTraverser

For traversing Test Elements, which contain property that can be other test elements, strings, collections, maps, objects To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.


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

startTestElement

public void startTestElement(TestElement el)
Notification that a new test element is about to be traversed.

Parameters:
el -

endTestElement

public void endTestElement(TestElement el)
Notification that the test element is now done.

Parameters:
el -

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.

Parameters:
key -

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.

Parameters:
key -

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.