Class ExpectedSuccessRateViolation

java.lang.Object
de.hsh.graja.regression.report.Violation
de.hsh.graja.regression.report.violations.ExpectedSuccessRateViolation
All Implemented Interfaces:
Attachable, Renderable

public class ExpectedSuccessRateViolation extends Violation
  • Constructor Details

    • ExpectedSuccessRateViolation

      public ExpectedSuccessRateViolation(double scoreExpected, Double scoreObserved)
  • Method Details

    • getScoreExpected

      public double getScoreExpected()
    • getScoreObserved

      public Double getScoreObserved()
    • getViolationType

      public ViolationCategory getViolationType()
      Specified by:
      getViolationType in class Violation
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • render

      public j2html.tags.ContainerTag<?> render()