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