Package io.cucumber.messages.types
Class Envelope
java.lang.Object
io.cucumber.messages.types.Envelope
Represents the Envelope message in Cucumber's message protocol
-
Constructor Summary
ConstructorsConstructorDescriptionEnvelope(Attachment attachment, GherkinDocument gherkinDocument, Hook hook, Meta meta, ParameterType parameterType, ParseError parseError, Pickle pickle, Suggestion suggestion, Source source, StepDefinition stepDefinition, TestCase testCase, TestCaseFinished testCaseFinished, TestCaseStarted testCaseStarted, TestRunFinished testRunFinished, TestRunStarted testRunStarted, TestStepFinished testStepFinished, TestStepStarted testStepStarted, TestRunHookStarted testRunHookStarted, TestRunHookFinished testRunHookFinished, UndefinedParameterType undefinedParameterType) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHook()getMeta()inthashCode()static Envelopeof(Attachment attachment) static Envelopeof(GherkinDocument gherkinDocument) static Envelopestatic Envelopestatic Envelopeof(ParameterType parameterType) static Envelopeof(ParseError parseError) static Envelopestatic Envelopestatic Envelopeof(StepDefinition stepDefinition) static Envelopeof(Suggestion suggestion) static Envelopestatic Envelopeof(TestCaseFinished testCaseFinished) static Envelopeof(TestCaseStarted testCaseStarted) static Envelopeof(TestRunFinished testRunFinished) static Envelopeof(TestRunHookFinished testRunHookFinished) static Envelopeof(TestRunHookStarted testRunHookStarted) static Envelopeof(TestRunStarted testRunStarted) static Envelopeof(TestStepFinished testStepFinished) static Envelopeof(TestStepStarted testStepStarted) static Envelopeof(UndefinedParameterType undefinedParameterType) toString()
-
Constructor Details
-
Envelope
public Envelope(Attachment attachment, GherkinDocument gherkinDocument, Hook hook, Meta meta, ParameterType parameterType, ParseError parseError, Pickle pickle, Suggestion suggestion, Source source, StepDefinition stepDefinition, TestCase testCase, TestCaseFinished testCaseFinished, TestCaseStarted testCaseStarted, TestRunFinished testRunFinished, TestRunStarted testRunStarted, TestStepFinished testStepFinished, TestStepStarted testStepStarted, TestRunHookStarted testRunHookStarted, TestRunHookFinished testRunHookFinished, UndefinedParameterType undefinedParameterType)
-
-
Method Details
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
getAttachment
-
getGherkinDocument
-
getHook
-
getMeta
-
getParameterType
-
getParseError
-
getPickle
-
getSuggestion
-
getSource
-
getStepDefinition
-
getTestCase
-
getTestCaseFinished
-
getTestCaseStarted
-
getTestRunFinished
-
getTestRunStarted
-
getTestStepFinished
-
getTestStepStarted
-
getTestRunHookStarted
-
getTestRunHookFinished
-
getUndefinedParameterType
-
equals
-
hashCode
public int hashCode() -
toString
-