Package io.cucumber.core.plugin.report
Class LocationConverter
java.lang.Object
io.cucumber.core.plugin.report.LocationConverter
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.cucumber.messages.types.LocationconvertLocation(io.cucumber.plugin.event.Location location)
-
Constructor Details
-
LocationConverter
public LocationConverter()
-
-
Method Details
-
convertLocation
public io.cucumber.messages.types.Location convertLocation(io.cucumber.plugin.event.Location location)
-