Package com.lazerycode.jmeter.testrunner
Class TestFailureDecider
- java.lang.Object
-
- com.lazerycode.jmeter.testrunner.TestFailureDecider
-
public class TestFailureDecider extends Object
Since 3.8.1
-
-
Constructor Summary
Constructors Constructor Description TestFailureDecider(boolean ignoreResultFailures, double errorPercentageThreshold, IResultScanner resultScanner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
failBuild()
double
getErrorPercentage()
double
getErrorPercentageThreshold()
boolean
isIgnoreResultFailures()
void
runChecks()
-
-
-
Constructor Detail
-
TestFailureDecider
public TestFailureDecider(boolean ignoreResultFailures, double errorPercentageThreshold, IResultScanner resultScanner)
-
-
Method Detail
-
failBuild
public boolean failBuild()
-
runChecks
public void runChecks()
-
isIgnoreResultFailures
public boolean isIgnoreResultFailures()
- Returns:
- the ignoreResultFailures
-
getErrorPercentageThreshold
public double getErrorPercentageThreshold()
- Returns:
- the errorPercentageThreshold
-
getErrorPercentage
public double getErrorPercentage()
- Returns:
- the errorPercentage
-
-