| Apache JMeter | |
| Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
| ReportEngine | ReportEngine is the base interface for report engines |
Class Summary | |
| StandardReportEngine | private Collection replaceValues(PropertyIterator iter, ValueTransformer transform) throws InvalidVariableException { List props = new LinkedList(); while (iter.hasNext()) { JMeterProperty val = iter.next(); if (log.isDebugEnabled()) { log.debug("About to replace in property of type: " + val.getClass() + ": " + val); } if (val instanceof StringProperty) { // Must not convert TestElement.gui_class etc if (! |
| ValueReplacer | |