Class MissingGradingResultViolation

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

public class MissingGradingResultViolation extends Violation
  • Constructor Details

    • MissingGradingResultViolation

      public MissingGradingResultViolation(String offender, boolean missing, boolean inExpected)
  • Method Details

    • getOffender

      public String getOffender()
    • isMissing

      public boolean isMissing()
    • isInExpected

      public boolean isInExpected()
    • render

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

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