Class GradeOrSuccessViolation

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

public class GradeOrSuccessViolation extends Violation
  • Constructor Details

    • GradeOrSuccessViolation

      public GradeOrSuccessViolation(double scoreExpected, double scoreObserved, Set<String> gradesExpected, Set<String> gradesObserved)
  • Method Details

    • getScoreExpected

      public double getScoreExpected()
    • getScoreObserved

      public double getScoreObserved()
    • getGradesExpected

      public Set<String> getGradesExpected()
    • getGradesObserved

      public Set<String> getGradesObserved()
    • 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()