Class Location

java.lang.Object
io.cucumber.plugin.event.Location
All Implemented Interfaces:
Comparable<Location>

@API(status=EXPERIMENTAL) public final class Location extends Object implements Comparable<Location>
  • Constructor Details

    • Location

      public Location(int line, int column)
  • Method Details