All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kg.apc.jmeter.DummyEvaluator Maven / Gradle / Ivy

The newest version!
package kg.apc.jmeter;

public class DummyEvaluator extends JMeterVariableEvaluator {
    @Override
    public String evaluate(String text) {
        return text;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy