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

com.lazerycode.jmeter.testrunner.IResultScanner Maven / Gradle / Ivy

There is a newer version: 3.8.0
Show newest version
package com.lazerycode.jmeter.testrunner;

public interface IResultScanner {

    int getSuccessCount();

    int getFailureCount();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy