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

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

There is a newer version: 0.7
Show 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