public class TestFailureDecider extends Object
| Constructor and Description |
|---|
TestFailureDecider(boolean ignoreResultFailures,
double errorPercentageThreshold,
IResultScanner resultScanner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
failBuild() |
double |
getErrorPercentage() |
double |
getErrorPercentageThreshold() |
boolean |
isIgnoreResultFailures() |
void |
runChecks() |
public TestFailureDecider(boolean ignoreResultFailures,
double errorPercentageThreshold,
IResultScanner resultScanner)
public boolean failBuild()
public void runChecks()
public boolean isIgnoreResultFailures()
public double getErrorPercentageThreshold()
public double getErrorPercentage()
Copyright © 2021. All rights reserved.