Class ValidationMessage

java.lang.Object
org.opentest4j.reporting.tooling.validator.ValidationMessage

public class ValidationMessage extends Object
Validation message with severity and location.
  • Method Details

    • getSeverity

      public Severity getSeverity()
      Get the severity of this validation message.
      Returns:
      the severity
    • getLocation

      public Location getLocation()
      Get the location of this validation message.
      Returns:
      the location
    • getMessage

      public String getMessage()
      Get the message of this validation message.
      Returns:
      the message
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object