Apache JMeter | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.jmeter.save.TestElementSaver
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
Configuration | |
void |
|
void | |
void | |
void |
|
void |
|
void |
|
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.
- Specified by:
- endProperty in interface TestElementTraverser
- Parameters:
key
-
public void endTestElement(TestElement el)
Notification that the test element is now done.
- Specified by:
- endTestElement in interface TestElementTraverser
- Parameters:
el
-
public Configuration getConfiguration()
public void setConfigName(DefaultConfiguration config)
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.
- Specified by:
- startProperty in interface TestElementTraverser
- Parameters:
key
-
public void startTestElement(TestElement el)
Notification that a new test element is about to be traversed.
- Specified by:
- startTestElement in interface TestElementTraverser
- Parameters:
el
-