Package org.apache.jmeter.report.engine

Interface Summary

ReportEngine ReportEngine is the base interface for report engines

Class Summary

StandardReportEngineprivate 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

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