Class LocationConverter

java.lang.Object
io.cucumber.core.plugin.report.LocationConverter

public class LocationConverter extends Object
There are two Location classes used in the cucumber variables: io.cucumber.plugin.event.Location and io.cucumber.messages.types.Location.

With this converter we can convert one type in the other.

  • Constructor Details

    • LocationConverter

      public LocationConverter()
  • Method Details

    • convertLocation

      public io.cucumber.messages.types.Location convertLocation(io.cucumber.plugin.event.Location location)