Package io.cucumber.messages.types
Class SourceReference
java.lang.Object
io.cucumber.messages.types.SourceReference
Represents the SourceReference message in Cucumber's message protocol
Points to a [Source](#io.cucumber.messages.Source) identified by `uri` and a [Location](#io.cucumber.messages.Location) within that file.
-
Constructor Summary
ConstructorsConstructorDescriptionSourceReference(String uri, JavaMethod javaMethod, JavaStackTraceElement javaStackTraceElement, Location location) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUri()inthashCode()static SourceReferenceof(JavaMethod javaMethod) static SourceReferenceof(JavaStackTraceElement javaStackTraceElement) static SourceReferencestatic SourceReferencetoString()
-
Constructor Details
-
SourceReference
public SourceReference(String uri, JavaMethod javaMethod, JavaStackTraceElement javaStackTraceElement, Location location)
-
-
Method Details