com.lazerycode.jmeter.testrunner.IResultScanner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-maven-plugin Show documentation
Show all versions of jmeter-maven-plugin Show documentation
A plugin to allow you to run JMeter tests with Maven.
package com.lazerycode.jmeter.testrunner;
public interface IResultScanner {
int getSuccessCount();
int getFailureCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy