Class TestFailureDecider


  • public class TestFailureDecider
    extends Object
    Since 3.8.1
    • 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