Class Location
java.lang.Object
org.opentest4j.reporting.tooling.validator.Location
Location of a validation message.
-
Method Summary
-
Method Details
-
getPath
-
getLineNumber
public int getLineNumber()Get the line number.- Returns:
- the line number
-
getColumn
public int getColumn()Get the column number.- Returns:
- the column number
-
equals
-
hashCode
-
toString
-