Class Location
java.lang.Object
org.opentest4j.reporting.tooling.validator.Location
Location of a validation message.
-
Method Summary
-
Method Details
-
getPath
Get the path of the file.- Returns:
- the path of the file
-
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
public int hashCode() -
toString
-