messages

package module
v2.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2019 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessages = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessages   = fmt.Errorf("proto: integer overflow")
)
View Source
var SourcesOrderType_name = map[int32]string{
	0: "ORDER_OF_DEFINITION",
	1: "RANDOM",
}
View Source
var SourcesOrderType_value = map[string]int32{
	"ORDER_OF_DEFINITION": 0,
	"RANDOM":              1,
}
View Source
var Status_name = map[int32]string{
	0: "AMBIGUOUS",
	1: "FAILED",
	2: "PASSED",
	3: "PENDING",
	4: "SKIPPED",
	5: "UNDEFINED",
}
View Source
var Status_value = map[string]int32{
	"AMBIGUOUS": 0,
	"FAILED":    1,
	"PASSED":    2,
	"PENDING":   3,
	"SKIPPED":   4,
	"UNDEFINED": 5,
}
View Source
var StepDefinitionPatternType_name = map[int32]string{
	0: "CUCUMBER_EXPRESSION",
	1: "REGULAR_EXPRESSION",
}
View Source
var StepDefinitionPatternType_value = map[string]int32{
	"CUCUMBER_EXPRESSION": 0,
	"REGULAR_EXPRESSION":  1,
}

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	Source *SourceReference `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Data   string           `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Media  *Media           `protobuf:"bytes,3,opt,name=media,proto3" json:"media,omitempty"`
}

func (*Attachment) Descriptor

func (*Attachment) Descriptor() ([]byte, []int)

func (*Attachment) GetData

func (m *Attachment) GetData() string

func (*Attachment) GetMedia

func (m *Attachment) GetMedia() *Media

func (*Attachment) GetSource

func (m *Attachment) GetSource() *SourceReference

func (*Attachment) Marshal

func (m *Attachment) Marshal() (dAtA []byte, err error)

func (*Attachment) MarshalTo

func (m *Attachment) MarshalTo(dAtA []byte) (int, error)

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) Reset

func (m *Attachment) Reset()

func (*Attachment) Size

func (m *Attachment) Size() (n int)

func (*Attachment) String

func (m *Attachment) String() string

func (*Attachment) Unmarshal

func (m *Attachment) Unmarshal(dAtA []byte) error

func (*Attachment) XXX_DiscardUnknown

func (m *Attachment) XXX_DiscardUnknown()

func (*Attachment) XXX_Marshal

func (m *Attachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attachment) XXX_Merge

func (m *Attachment) XXX_Merge(src proto.Message)

func (*Attachment) XXX_Size

func (m *Attachment) XXX_Size() int

func (*Attachment) XXX_Unmarshal

func (m *Attachment) XXX_Unmarshal(b []byte) error

type Background

type Background struct {
	Location    *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Keyword     string    `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string    `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Steps       []*Step   `protobuf:"bytes,5,rep,name=steps,proto3" json:"steps,omitempty"`
}

func (*Background) Descriptor

func (*Background) Descriptor() ([]byte, []int)

func (*Background) GetDescription

func (m *Background) GetDescription() string

func (*Background) GetKeyword

func (m *Background) GetKeyword() string

func (*Background) GetLocation

func (m *Background) GetLocation() *Location

func (*Background) GetName

func (m *Background) GetName() string

func (*Background) GetSteps

func (m *Background) GetSteps() []*Step

func (*Background) Marshal

func (m *Background) Marshal() (dAtA []byte, err error)

func (*Background) MarshalTo

func (m *Background) MarshalTo(dAtA []byte) (int, error)

func (*Background) ProtoMessage

func (*Background) ProtoMessage()

func (*Background) Reset

func (m *Background) Reset()

func (*Background) Size

func (m *Background) Size() (n int)

func (*Background) String

func (m *Background) String() string

func (*Background) Unmarshal

func (m *Background) Unmarshal(dAtA []byte) error

func (*Background) XXX_DiscardUnknown

func (m *Background) XXX_DiscardUnknown()

func (*Background) XXX_Marshal

func (m *Background) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Background) XXX_Merge

func (m *Background) XXX_Merge(src proto.Message)

func (*Background) XXX_Size

func (m *Background) XXX_Size() int

func (*Background) XXX_Unmarshal

func (m *Background) XXX_Unmarshal(b []byte) error

type CommandActionComplete

type CommandActionComplete struct {
	CompletedId string `protobuf:"bytes,1,opt,name=completedId,proto3" json:"completedId,omitempty"`
	// Types that are valid to be assigned to Result:
	//	*CommandActionComplete_TestResult
	//	*CommandActionComplete_Snippet
	Result isCommandActionComplete_Result `protobuf_oneof:"result"`
}

func (*CommandActionComplete) Descriptor

func (*CommandActionComplete) Descriptor() ([]byte, []int)

func (*CommandActionComplete) GetCompletedId

func (m *CommandActionComplete) GetCompletedId() string

func (*CommandActionComplete) GetResult

func (m *CommandActionComplete) GetResult() isCommandActionComplete_Result

func (*CommandActionComplete) GetSnippet

func (m *CommandActionComplete) GetSnippet() string

func (*CommandActionComplete) GetTestResult

func (m *CommandActionComplete) GetTestResult() *TestResult

func (*CommandActionComplete) Marshal

func (m *CommandActionComplete) Marshal() (dAtA []byte, err error)

func (*CommandActionComplete) MarshalTo

func (m *CommandActionComplete) MarshalTo(dAtA []byte) (int, error)

func (*CommandActionComplete) ProtoMessage

func (*CommandActionComplete) ProtoMessage()

func (*CommandActionComplete) Reset

func (m *CommandActionComplete) Reset()

func (*CommandActionComplete) Size

func (m *CommandActionComplete) Size() (n int)

func (*CommandActionComplete) String

func (m *CommandActionComplete) String() string

func (*CommandActionComplete) Unmarshal

func (m *CommandActionComplete) Unmarshal(dAtA []byte) error

func (*CommandActionComplete) XXX_DiscardUnknown

func (m *CommandActionComplete) XXX_DiscardUnknown()

func (*CommandActionComplete) XXX_Marshal

func (m *CommandActionComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandActionComplete) XXX_Merge

func (m *CommandActionComplete) XXX_Merge(src proto.Message)

func (*CommandActionComplete) XXX_OneofFuncs

func (*CommandActionComplete) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*CommandActionComplete) XXX_Size

func (m *CommandActionComplete) XXX_Size() int

func (*CommandActionComplete) XXX_Unmarshal

func (m *CommandActionComplete) XXX_Unmarshal(b []byte) error

type CommandActionComplete_Snippet

type CommandActionComplete_Snippet struct {
	Snippet string `protobuf:"bytes,3,opt,name=snippet,proto3,oneof"`
}

func (*CommandActionComplete_Snippet) MarshalTo

func (m *CommandActionComplete_Snippet) MarshalTo(dAtA []byte) (int, error)

func (*CommandActionComplete_Snippet) Size

func (m *CommandActionComplete_Snippet) Size() (n int)

type CommandActionComplete_TestResult

type CommandActionComplete_TestResult struct {
	TestResult *TestResult `protobuf:"bytes,2,opt,name=testResult,proto3,oneof"`
}

func (*CommandActionComplete_TestResult) MarshalTo

func (m *CommandActionComplete_TestResult) MarshalTo(dAtA []byte) (int, error)

func (*CommandActionComplete_TestResult) Size

func (m *CommandActionComplete_TestResult) Size() (n int)

type CommandGenerateSnippet

type CommandGenerateSnippet struct {
	ActionId             string                 `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
	GeneratedExpressions []*GeneratedExpression `protobuf:"bytes,2,rep,name=generatedExpressions,proto3" json:"generatedExpressions,omitempty"`
	// Types that are valid to be assigned to PickleArgument:
	//	*CommandGenerateSnippet_DocString
	//	*CommandGenerateSnippet_DataTable
	PickleArgument isCommandGenerateSnippet_PickleArgument `protobuf_oneof:"pickleArgument"`
}

func (*CommandGenerateSnippet) Descriptor

func (*CommandGenerateSnippet) Descriptor() ([]byte, []int)

func (*CommandGenerateSnippet) GetActionId

func (m *CommandGenerateSnippet) GetActionId() string

func (*CommandGenerateSnippet) GetDataTable

func (m *CommandGenerateSnippet) GetDataTable() *PickleTable

func (*CommandGenerateSnippet) GetDocString

func (m *CommandGenerateSnippet) GetDocString() *PickleDocString

func (*CommandGenerateSnippet) GetGeneratedExpressions

func (m *CommandGenerateSnippet) GetGeneratedExpressions() []*GeneratedExpression

func (*CommandGenerateSnippet) GetPickleArgument

func (m *CommandGenerateSnippet) GetPickleArgument() isCommandGenerateSnippet_PickleArgument

func (*CommandGenerateSnippet) Marshal

func (m *CommandGenerateSnippet) Marshal() (dAtA []byte, err error)

func (*CommandGenerateSnippet) MarshalTo

func (m *CommandGenerateSnippet) MarshalTo(dAtA []byte) (int, error)

func (*CommandGenerateSnippet) ProtoMessage

func (*CommandGenerateSnippet) ProtoMessage()

func (*CommandGenerateSnippet) Reset

func (m *CommandGenerateSnippet) Reset()

func (*CommandGenerateSnippet) Size

func (m *CommandGenerateSnippet) Size() (n int)

func (*CommandGenerateSnippet) String

func (m *CommandGenerateSnippet) String() string

func (*CommandGenerateSnippet) Unmarshal

func (m *CommandGenerateSnippet) Unmarshal(dAtA []byte) error

func (*CommandGenerateSnippet) XXX_DiscardUnknown

func (m *CommandGenerateSnippet) XXX_DiscardUnknown()

func (*CommandGenerateSnippet) XXX_Marshal

func (m *CommandGenerateSnippet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandGenerateSnippet) XXX_Merge

func (m *CommandGenerateSnippet) XXX_Merge(src proto.Message)

func (*CommandGenerateSnippet) XXX_OneofFuncs

func (*CommandGenerateSnippet) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*CommandGenerateSnippet) XXX_Size

func (m *CommandGenerateSnippet) XXX_Size() int

func (*CommandGenerateSnippet) XXX_Unmarshal

func (m *CommandGenerateSnippet) XXX_Unmarshal(b []byte) error

type CommandGenerateSnippet_DataTable

type CommandGenerateSnippet_DataTable struct {
	DataTable *PickleTable `protobuf:"bytes,4,opt,name=data_table,json=dataTable,proto3,oneof"`
}

func (*CommandGenerateSnippet_DataTable) MarshalTo

func (m *CommandGenerateSnippet_DataTable) MarshalTo(dAtA []byte) (int, error)

func (*CommandGenerateSnippet_DataTable) Size

func (m *CommandGenerateSnippet_DataTable) Size() (n int)

type CommandGenerateSnippet_DocString

type CommandGenerateSnippet_DocString struct {
	DocString *PickleDocString `protobuf:"bytes,3,opt,name=doc_string,json=docString,proto3,oneof"`
}

func (*CommandGenerateSnippet_DocString) MarshalTo

func (m *CommandGenerateSnippet_DocString) MarshalTo(dAtA []byte) (int, error)

func (*CommandGenerateSnippet_DocString) Size

func (m *CommandGenerateSnippet_DocString) Size() (n int)

type CommandInitializeTestCase

type CommandInitializeTestCase struct {
	ActionId   string  `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
	TestCaseId string  `protobuf:"bytes,2,opt,name=testCaseId,proto3" json:"testCaseId,omitempty"`
	Pickle     *Pickle `protobuf:"bytes,3,opt,name=pickle,proto3" json:"pickle,omitempty"`
}

func (*CommandInitializeTestCase) Descriptor

func (*CommandInitializeTestCase) Descriptor() ([]byte, []int)

func (*CommandInitializeTestCase) GetActionId

func (m *CommandInitializeTestCase) GetActionId() string

func (*CommandInitializeTestCase) GetPickle

func (m *CommandInitializeTestCase) GetPickle() *Pickle

func (*CommandInitializeTestCase) GetTestCaseId

func (m *CommandInitializeTestCase) GetTestCaseId() string

func (*CommandInitializeTestCase) Marshal

func (m *CommandInitializeTestCase) Marshal() (dAtA []byte, err error)

func (*CommandInitializeTestCase) MarshalTo

func (m *CommandInitializeTestCase) MarshalTo(dAtA []byte) (int, error)

func (*CommandInitializeTestCase) ProtoMessage

func (*CommandInitializeTestCase) ProtoMessage()

func (*CommandInitializeTestCase) Reset

func (m *CommandInitializeTestCase) Reset()

func (*CommandInitializeTestCase) Size

func (m *CommandInitializeTestCase) Size() (n int)

func (*CommandInitializeTestCase) String

func (m *CommandInitializeTestCase) String() string

func (*CommandInitializeTestCase) Unmarshal

func (m *CommandInitializeTestCase) Unmarshal(dAtA []byte) error

func (*CommandInitializeTestCase) XXX_DiscardUnknown

func (m *CommandInitializeTestCase) XXX_DiscardUnknown()

func (*CommandInitializeTestCase) XXX_Marshal

func (m *CommandInitializeTestCase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandInitializeTestCase) XXX_Merge

func (m *CommandInitializeTestCase) XXX_Merge(src proto.Message)

func (*CommandInitializeTestCase) XXX_Size

func (m *CommandInitializeTestCase) XXX_Size() int

func (*CommandInitializeTestCase) XXX_Unmarshal

func (m *CommandInitializeTestCase) XXX_Unmarshal(b []byte) error

type CommandRunAfterTestCaseHook

type CommandRunAfterTestCaseHook struct {
	ActionId                 string `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
	TestCaseId               string `protobuf:"bytes,2,opt,name=testCaseId,proto3" json:"testCaseId,omitempty"`
	TestCaseHookDefinitionId string `protobuf:"bytes,3,opt,name=testCaseHookDefinitionId,proto3" json:"testCaseHookDefinitionId,omitempty"`
}

func (*CommandRunAfterTestCaseHook) Descriptor

func (*CommandRunAfterTestCaseHook) Descriptor() ([]byte, []int)

func (*CommandRunAfterTestCaseHook) GetActionId

func (m *CommandRunAfterTestCaseHook) GetActionId() string

func (*CommandRunAfterTestCaseHook) GetTestCaseHookDefinitionId

func (m *CommandRunAfterTestCaseHook) GetTestCaseHookDefinitionId() string

func (*CommandRunAfterTestCaseHook) GetTestCaseId

func (m *CommandRunAfterTestCaseHook) GetTestCaseId() string

func (*CommandRunAfterTestCaseHook) Marshal

func (m *CommandRunAfterTestCaseHook) Marshal() (dAtA []byte, err error)

func (*CommandRunAfterTestCaseHook) MarshalTo

func (m *CommandRunAfterTestCaseHook) MarshalTo(dAtA []byte) (int, error)

func (*CommandRunAfterTestCaseHook) ProtoMessage

func (*CommandRunAfterTestCaseHook) ProtoMessage()

func (*CommandRunAfterTestCaseHook) Reset

func (m *CommandRunAfterTestCaseHook) Reset()

func (*CommandRunAfterTestCaseHook) Size

func (m *CommandRunAfterTestCaseHook) Size() (n int)

func (*CommandRunAfterTestCaseHook) String

func (m *CommandRunAfterTestCaseHook) String() string

func (*CommandRunAfterTestCaseHook) Unmarshal

func (m *CommandRunAfterTestCaseHook) Unmarshal(dAtA []byte) error

func (*CommandRunAfterTestCaseHook) XXX_DiscardUnknown

func (m *CommandRunAfterTestCaseHook) XXX_DiscardUnknown()

func (*CommandRunAfterTestCaseHook) XXX_Marshal

func (m *CommandRunAfterTestCaseHook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandRunAfterTestCaseHook) XXX_Merge

func (m *CommandRunAfterTestCaseHook) XXX_Merge(src proto.Message)

func (*CommandRunAfterTestCaseHook) XXX_Size

func (m *CommandRunAfterTestCaseHook) XXX_Size() int

func (*CommandRunAfterTestCaseHook) XXX_Unmarshal

func (m *CommandRunAfterTestCaseHook) XXX_Unmarshal(b []byte) error

type CommandRunAfterTestRunHooks

type CommandRunAfterTestRunHooks struct {
	ActionId string `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
}

func (*CommandRunAfterTestRunHooks) Descriptor

func (*CommandRunAfterTestRunHooks) Descriptor() ([]byte, []int)

func (*CommandRunAfterTestRunHooks) GetActionId

func (m *CommandRunAfterTestRunHooks) GetActionId() string

func (*CommandRunAfterTestRunHooks) Marshal

func (m *CommandRunAfterTestRunHooks) Marshal() (dAtA []byte, err error)

func (*CommandRunAfterTestRunHooks) MarshalTo

func (m *CommandRunAfterTestRunHooks) MarshalTo(dAtA []byte) (int, error)

func (*CommandRunAfterTestRunHooks) ProtoMessage

func (*CommandRunAfterTestRunHooks) ProtoMessage()

func (*CommandRunAfterTestRunHooks) Reset

func (m *CommandRunAfterTestRunHooks) Reset()

func (*CommandRunAfterTestRunHooks) Size

func (m *CommandRunAfterTestRunHooks) Size() (n int)

func (*CommandRunAfterTestRunHooks) String

func (m *CommandRunAfterTestRunHooks) String() string

func (*CommandRunAfterTestRunHooks) Unmarshal

func (m *CommandRunAfterTestRunHooks) Unmarshal(dAtA []byte) error

func (*CommandRunAfterTestRunHooks) XXX_DiscardUnknown

func (m *CommandRunAfterTestRunHooks) XXX_DiscardUnknown()

func (*CommandRunAfterTestRunHooks) XXX_Marshal

func (m *CommandRunAfterTestRunHooks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandRunAfterTestRunHooks) XXX_Merge

func (m *CommandRunAfterTestRunHooks) XXX_Merge(src proto.Message)

func (*CommandRunAfterTestRunHooks) XXX_Size

func (m *CommandRunAfterTestRunHooks) XXX_Size() int

func (*CommandRunAfterTestRunHooks) XXX_Unmarshal

func (m *CommandRunAfterTestRunHooks) XXX_Unmarshal(b []byte) error

type CommandRunBeforeTestCaseHook

type CommandRunBeforeTestCaseHook struct {
	ActionId                 string `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
	TestCaseId               string `protobuf:"bytes,2,opt,name=testCaseId,proto3" json:"testCaseId,omitempty"`
	TestCaseHookDefinitionId string `protobuf:"bytes,3,opt,name=testCaseHookDefinitionId,proto3" json:"testCaseHookDefinitionId,omitempty"`
}

func (*CommandRunBeforeTestCaseHook) Descriptor

func (*CommandRunBeforeTestCaseHook) Descriptor() ([]byte, []int)

func (*CommandRunBeforeTestCaseHook) GetActionId

func (m *CommandRunBeforeTestCaseHook) GetActionId() string

func (*CommandRunBeforeTestCaseHook) GetTestCaseHookDefinitionId

func (m *CommandRunBeforeTestCaseHook) GetTestCaseHookDefinitionId() string

func (*CommandRunBeforeTestCaseHook) GetTestCaseId

func (m *CommandRunBeforeTestCaseHook) GetTestCaseId() string

func (*CommandRunBeforeTestCaseHook) Marshal

func (m *CommandRunBeforeTestCaseHook) Marshal() (dAtA []byte, err error)

func (*CommandRunBeforeTestCaseHook) MarshalTo

func (m *CommandRunBeforeTestCaseHook) MarshalTo(dAtA []byte) (int, error)

func (*CommandRunBeforeTestCaseHook) ProtoMessage

func (*CommandRunBeforeTestCaseHook) ProtoMessage()

func (*CommandRunBeforeTestCaseHook) Reset

func (m *CommandRunBeforeTestCaseHook) Reset()

func (*CommandRunBeforeTestCaseHook) Size

func (m *CommandRunBeforeTestCaseHook) Size() (n int)

func (*CommandRunBeforeTestCaseHook) String

func (*CommandRunBeforeTestCaseHook) Unmarshal

func (m *CommandRunBeforeTestCaseHook) Unmarshal(dAtA []byte) error

func (*CommandRunBeforeTestCaseHook) XXX_DiscardUnknown

func (m *CommandRunBeforeTestCaseHook) XXX_DiscardUnknown()

func (*CommandRunBeforeTestCaseHook) XXX_Marshal

func (m *CommandRunBeforeTestCaseHook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandRunBeforeTestCaseHook) XXX_Merge

func (m *CommandRunBeforeTestCaseHook) XXX_Merge(src proto.Message)

func (*CommandRunBeforeTestCaseHook) XXX_Size

func (m *CommandRunBeforeTestCaseHook) XXX_Size() int

func (*CommandRunBeforeTestCaseHook) XXX_Unmarshal

func (m *CommandRunBeforeTestCaseHook) XXX_Unmarshal(b []byte) error

type CommandRunBeforeTestRunHooks

type CommandRunBeforeTestRunHooks struct {
	ActionId string `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
}

func (*CommandRunBeforeTestRunHooks) Descriptor

func (*CommandRunBeforeTestRunHooks) Descriptor() ([]byte, []int)

func (*CommandRunBeforeTestRunHooks) GetActionId

func (m *CommandRunBeforeTestRunHooks) GetActionId() string

func (*CommandRunBeforeTestRunHooks) Marshal

func (m *CommandRunBeforeTestRunHooks) Marshal() (dAtA []byte, err error)

func (*CommandRunBeforeTestRunHooks) MarshalTo

func (m *CommandRunBeforeTestRunHooks) MarshalTo(dAtA []byte) (int, error)

func (*CommandRunBeforeTestRunHooks) ProtoMessage

func (*CommandRunBeforeTestRunHooks) ProtoMessage()

func (*CommandRunBeforeTestRunHooks) Reset

func (m *CommandRunBeforeTestRunHooks) Reset()

func (*CommandRunBeforeTestRunHooks) Size

func (m *CommandRunBeforeTestRunHooks) Size() (n int)

func (*CommandRunBeforeTestRunHooks) String

func (*CommandRunBeforeTestRunHooks) Unmarshal

func (m *CommandRunBeforeTestRunHooks) Unmarshal(dAtA []byte) error

func (*CommandRunBeforeTestRunHooks) XXX_DiscardUnknown

func (m *CommandRunBeforeTestRunHooks) XXX_DiscardUnknown()

func (*CommandRunBeforeTestRunHooks) XXX_Marshal

func (m *CommandRunBeforeTestRunHooks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandRunBeforeTestRunHooks) XXX_Merge

func (m *CommandRunBeforeTestRunHooks) XXX_Merge(src proto.Message)

func (*CommandRunBeforeTestRunHooks) XXX_Size

func (m *CommandRunBeforeTestRunHooks) XXX_Size() int

func (*CommandRunBeforeTestRunHooks) XXX_Unmarshal

func (m *CommandRunBeforeTestRunHooks) XXX_Unmarshal(b []byte) error

type CommandRunTestStep

type CommandRunTestStep struct {
	ActionId         string          `protobuf:"bytes,1,opt,name=actionId,proto3" json:"actionId,omitempty"`
	TestCaseId       string          `protobuf:"bytes,2,opt,name=testCaseId,proto3" json:"testCaseId,omitempty"`
	StepDefinitionId string          `protobuf:"bytes,3,opt,name=stepDefinitionId,proto3" json:"stepDefinitionId,omitempty"`
	PatternMatches   []*PatternMatch `protobuf:"bytes,4,rep,name=patternMatches,proto3" json:"patternMatches,omitempty"`
}

func (*CommandRunTestStep) Descriptor

func (*CommandRunTestStep) Descriptor() ([]byte, []int)

func (*CommandRunTestStep) GetActionId

func (m *CommandRunTestStep) GetActionId() string

func (*CommandRunTestStep) GetPatternMatches

func (m *CommandRunTestStep) GetPatternMatches() []*PatternMatch

func (*CommandRunTestStep) GetStepDefinitionId

func (m *CommandRunTestStep) GetStepDefinitionId() string

func (*CommandRunTestStep) GetTestCaseId

func (m *CommandRunTestStep) GetTestCaseId() string

func (*CommandRunTestStep) Marshal

func (m *CommandRunTestStep) Marshal() (dAtA []byte, err error)

func (*CommandRunTestStep) MarshalTo

func (m *CommandRunTestStep) MarshalTo(dAtA []byte) (int, error)

func (*CommandRunTestStep) ProtoMessage

func (*CommandRunTestStep) ProtoMessage()

func (*CommandRunTestStep) Reset

func (m *CommandRunTestStep) Reset()

func (*CommandRunTestStep) Size

func (m *CommandRunTestStep) Size() (n int)

func (*CommandRunTestStep) String

func (m *CommandRunTestStep) String() string

func (*CommandRunTestStep) Unmarshal

func (m *CommandRunTestStep) Unmarshal(dAtA []byte) error

func (*CommandRunTestStep) XXX_DiscardUnknown

func (m *CommandRunTestStep) XXX_DiscardUnknown()

func (*CommandRunTestStep) XXX_Marshal

func (m *CommandRunTestStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandRunTestStep) XXX_Merge

func (m *CommandRunTestStep) XXX_Merge(src proto.Message)

func (*CommandRunTestStep) XXX_Size

func (m *CommandRunTestStep) XXX_Size() int

func (*CommandRunTestStep) XXX_Unmarshal

func (m *CommandRunTestStep) XXX_Unmarshal(b []byte) error

type CommandStart

type CommandStart struct {
	BaseDirectory     string             `protobuf:"bytes,2,opt,name=baseDirectory,proto3" json:"baseDirectory,omitempty"`
	SourcesConfig     *SourcesConfig     `protobuf:"bytes,3,opt,name=sourcesConfig,proto3" json:"sourcesConfig,omitempty"`
	RuntimeConfig     *RuntimeConfig     `protobuf:"bytes,4,opt,name=runtimeConfig,proto3" json:"runtimeConfig,omitempty"`
	SupportCodeConfig *SupportCodeConfig `protobuf:"bytes,5,opt,name=supportCodeConfig,proto3" json:"supportCodeConfig,omitempty"`
}

func (*CommandStart) Descriptor

func (*CommandStart) Descriptor() ([]byte, []int)

func (*CommandStart) GetBaseDirectory

func (m *CommandStart) GetBaseDirectory() string

func (*CommandStart) GetRuntimeConfig

func (m *CommandStart) GetRuntimeConfig() *RuntimeConfig

func (*CommandStart) GetSourcesConfig

func (m *CommandStart) GetSourcesConfig() *SourcesConfig

func (*CommandStart) GetSupportCodeConfig

func (m *CommandStart) GetSupportCodeConfig() *SupportCodeConfig

func (*CommandStart) Marshal

func (m *CommandStart) Marshal() (dAtA []byte, err error)

func (*CommandStart) MarshalTo

func (m *CommandStart) MarshalTo(dAtA []byte) (int, error)

func (*CommandStart) ProtoMessage

func (*CommandStart) ProtoMessage()

func (*CommandStart) Reset

func (m *CommandStart) Reset()

func (*CommandStart) Size

func (m *CommandStart) Size() (n int)

func (*CommandStart) String

func (m *CommandStart) String() string

func (*CommandStart) Unmarshal

func (m *CommandStart) Unmarshal(dAtA []byte) error

func (*CommandStart) XXX_DiscardUnknown

func (m *CommandStart) XXX_DiscardUnknown()

func (*CommandStart) XXX_Marshal

func (m *CommandStart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandStart) XXX_Merge

func (m *CommandStart) XXX_Merge(src proto.Message)

func (*CommandStart) XXX_Size

func (m *CommandStart) XXX_Size() int

func (*CommandStart) XXX_Unmarshal

func (m *CommandStart) XXX_Unmarshal(b []byte) error

type Comment

type Comment struct {
	Location *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Text     string    `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
}

func (*Comment) Descriptor

func (*Comment) Descriptor() ([]byte, []int)

func (*Comment) GetLocation

func (m *Comment) GetLocation() *Location

func (*Comment) GetText

func (m *Comment) GetText() string

func (*Comment) Marshal

func (m *Comment) Marshal() (dAtA []byte, err error)

func (*Comment) MarshalTo

func (m *Comment) MarshalTo(dAtA []byte) (int, error)

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) Reset

func (m *Comment) Reset()

func (*Comment) Size

func (m *Comment) Size() (n int)

func (*Comment) String

func (m *Comment) String() string

func (*Comment) Unmarshal

func (m *Comment) Unmarshal(dAtA []byte) error

func (*Comment) XXX_DiscardUnknown

func (m *Comment) XXX_DiscardUnknown()

func (*Comment) XXX_Marshal

func (m *Comment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Comment) XXX_Merge

func (m *Comment) XXX_Merge(src proto.Message)

func (*Comment) XXX_Size

func (m *Comment) XXX_Size() int

func (*Comment) XXX_Unmarshal

func (m *Comment) XXX_Unmarshal(b []byte) error

type DataTable

type DataTable struct {
	Location *Location   `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Rows     []*TableRow `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"`
}

func (*DataTable) Descriptor

func (*DataTable) Descriptor() ([]byte, []int)

func (*DataTable) GetLocation

func (m *DataTable) GetLocation() *Location

func (*DataTable) GetRows

func (m *DataTable) GetRows() []*TableRow

func (*DataTable) Marshal

func (m *DataTable) Marshal() (dAtA []byte, err error)

func (*DataTable) MarshalTo

func (m *DataTable) MarshalTo(dAtA []byte) (int, error)

func (*DataTable) ProtoMessage

func (*DataTable) ProtoMessage()

func (*DataTable) Reset

func (m *DataTable) Reset()

func (*DataTable) Size

func (m *DataTable) Size() (n int)

func (*DataTable) String

func (m *DataTable) String() string

func (*DataTable) Unmarshal

func (m *DataTable) Unmarshal(dAtA []byte) error

func (*DataTable) XXX_DiscardUnknown

func (m *DataTable) XXX_DiscardUnknown()

func (*DataTable) XXX_Marshal

func (m *DataTable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DataTable) XXX_Merge

func (m *DataTable) XXX_Merge(src proto.Message)

func (*DataTable) XXX_Size

func (m *DataTable) XXX_Size() int

func (*DataTable) XXX_Unmarshal

func (m *DataTable) XXX_Unmarshal(b []byte) error

type DocString

type DocString struct {
	Location    *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	ContentType string    `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Content     string    `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Delimiter   string    `protobuf:"bytes,4,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
}

func (*DocString) Descriptor

func (*DocString) Descriptor() ([]byte, []int)

func (*DocString) GetContent

func (m *DocString) GetContent() string

func (*DocString) GetContentType

func (m *DocString) GetContentType() string

func (*DocString) GetDelimiter

func (m *DocString) GetDelimiter() string

func (*DocString) GetLocation

func (m *DocString) GetLocation() *Location

func (*DocString) Marshal

func (m *DocString) Marshal() (dAtA []byte, err error)

func (*DocString) MarshalTo

func (m *DocString) MarshalTo(dAtA []byte) (int, error)

func (*DocString) ProtoMessage

func (*DocString) ProtoMessage()

func (*DocString) Reset

func (m *DocString) Reset()

func (*DocString) Size

func (m *DocString) Size() (n int)

func (*DocString) String

func (m *DocString) String() string

func (*DocString) Unmarshal

func (m *DocString) Unmarshal(dAtA []byte) error

func (*DocString) XXX_DiscardUnknown

func (m *DocString) XXX_DiscardUnknown()

func (*DocString) XXX_Marshal

func (m *DocString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocString) XXX_Merge

func (m *DocString) XXX_Merge(src proto.Message)

func (*DocString) XXX_Size

func (m *DocString) XXX_Size() int

func (*DocString) XXX_Unmarshal

func (m *DocString) XXX_Unmarshal(b []byte) error

type Examples

type Examples struct {
	Location    *Location   `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Tags        []*Tag      `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	Keyword     string      `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description string      `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	TableHeader *TableRow   `protobuf:"bytes,6,opt,name=table_header,json=tableHeader,proto3" json:"table_header,omitempty"`
	TableBody   []*TableRow `protobuf:"bytes,7,rep,name=table_body,json=tableBody,proto3" json:"table_body,omitempty"`
}

func (*Examples) Descriptor

func (*Examples) Descriptor() ([]byte, []int)

func (*Examples) GetDescription

func (m *Examples) GetDescription() string

func (*Examples) GetKeyword

func (m *Examples) GetKeyword() string

func (*Examples) GetLocation

func (m *Examples) GetLocation() *Location

func (*Examples) GetName

func (m *Examples) GetName() string

func (*Examples) GetTableBody

func (m *Examples) GetTableBody() []*TableRow

func (*Examples) GetTableHeader

func (m *Examples) GetTableHeader() *TableRow

func (*Examples) GetTags

func (m *Examples) GetTags() []*Tag

func (*Examples) Marshal

func (m *Examples) Marshal() (dAtA []byte, err error)

func (*Examples) MarshalTo

func (m *Examples) MarshalTo(dAtA []byte) (int, error)

func (*Examples) ProtoMessage

func (*Examples) ProtoMessage()

func (*Examples) Reset

func (m *Examples) Reset()

func (*Examples) Size

func (m *Examples) Size() (n int)

func (*Examples) String

func (m *Examples) String() string

func (*Examples) Unmarshal

func (m *Examples) Unmarshal(dAtA []byte) error

func (*Examples) XXX_DiscardUnknown

func (m *Examples) XXX_DiscardUnknown()

func (*Examples) XXX_Marshal

func (m *Examples) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Examples) XXX_Merge

func (m *Examples) XXX_Merge(src proto.Message)

func (*Examples) XXX_Size

func (m *Examples) XXX_Size() int

func (*Examples) XXX_Unmarshal

func (m *Examples) XXX_Unmarshal(b []byte) error

type Feature

type Feature struct {
	Location    *Location       `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Tags        []*Tag          `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	Language    string          `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"`
	Keyword     string          `protobuf:"bytes,4,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string          `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description string          `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Children    []*FeatureChild `protobuf:"bytes,7,rep,name=children,proto3" json:"children,omitempty"`
}

func (*Feature) Descriptor

func (*Feature) Descriptor() ([]byte, []int)

func (*Feature) GetChildren

func (m *Feature) GetChildren() []*FeatureChild

func (*Feature) GetDescription

func (m *Feature) GetDescription() string

func (*Feature) GetKeyword

func (m *Feature) GetKeyword() string

func (*Feature) GetLanguage

func (m *Feature) GetLanguage() string

func (*Feature) GetLocation

func (m *Feature) GetLocation() *Location

func (*Feature) GetName

func (m *Feature) GetName() string

func (*Feature) GetTags

func (m *Feature) GetTags() []*Tag

func (*Feature) Marshal

func (m *Feature) Marshal() (dAtA []byte, err error)

func (*Feature) MarshalTo

func (m *Feature) MarshalTo(dAtA []byte) (int, error)

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) Reset

func (m *Feature) Reset()

func (*Feature) Size

func (m *Feature) Size() (n int)

func (*Feature) String

func (m *Feature) String() string

func (*Feature) Unmarshal

func (m *Feature) Unmarshal(dAtA []byte) error

func (*Feature) XXX_DiscardUnknown

func (m *Feature) XXX_DiscardUnknown()

func (*Feature) XXX_Marshal

func (m *Feature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Feature) XXX_Merge

func (m *Feature) XXX_Merge(src proto.Message)

func (*Feature) XXX_Size

func (m *Feature) XXX_Size() int

func (*Feature) XXX_Unmarshal

func (m *Feature) XXX_Unmarshal(b []byte) error

type FeatureChild

type FeatureChild struct {
	// Types that are valid to be assigned to Value:
	//	*FeatureChild_Rule
	//	*FeatureChild_Background
	//	*FeatureChild_Scenario
	Value isFeatureChild_Value `protobuf_oneof:"value"`
}

func (*FeatureChild) Descriptor

func (*FeatureChild) Descriptor() ([]byte, []int)

func (*FeatureChild) GetBackground

func (m *FeatureChild) GetBackground() *Background

func (*FeatureChild) GetRule

func (m *FeatureChild) GetRule() *Rule

func (*FeatureChild) GetScenario

func (m *FeatureChild) GetScenario() *Scenario

func (*FeatureChild) GetValue

func (m *FeatureChild) GetValue() isFeatureChild_Value

func (*FeatureChild) Marshal

func (m *FeatureChild) Marshal() (dAtA []byte, err error)

func (*FeatureChild) MarshalTo

func (m *FeatureChild) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild) ProtoMessage

func (*FeatureChild) ProtoMessage()

func (*FeatureChild) Reset

func (m *FeatureChild) Reset()

func (*FeatureChild) Size

func (m *FeatureChild) Size() (n int)

func (*FeatureChild) String

func (m *FeatureChild) String() string

func (*FeatureChild) Unmarshal

func (m *FeatureChild) Unmarshal(dAtA []byte) error

func (*FeatureChild) XXX_DiscardUnknown

func (m *FeatureChild) XXX_DiscardUnknown()

func (*FeatureChild) XXX_Marshal

func (m *FeatureChild) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeatureChild) XXX_Merge

func (m *FeatureChild) XXX_Merge(src proto.Message)

func (*FeatureChild) XXX_OneofFuncs

func (*FeatureChild) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*FeatureChild) XXX_Size

func (m *FeatureChild) XXX_Size() int

func (*FeatureChild) XXX_Unmarshal

func (m *FeatureChild) XXX_Unmarshal(b []byte) error

type FeatureChild_Background

type FeatureChild_Background struct {
	Background *Background `protobuf:"bytes,2,opt,name=background,proto3,oneof"`
}

func (*FeatureChild_Background) MarshalTo

func (m *FeatureChild_Background) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild_Background) Size

func (m *FeatureChild_Background) Size() (n int)

type FeatureChild_Rule

type FeatureChild_Rule struct {
	Rule *Rule `protobuf:"bytes,1,opt,name=rule,proto3,oneof"`
}

func (*FeatureChild_Rule) MarshalTo

func (m *FeatureChild_Rule) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild_Rule) Size

func (m *FeatureChild_Rule) Size() (n int)

type FeatureChild_Scenario

type FeatureChild_Scenario struct {
	Scenario *Scenario `protobuf:"bytes,3,opt,name=scenario,proto3,oneof"`
}

func (*FeatureChild_Scenario) MarshalTo

func (m *FeatureChild_Scenario) MarshalTo(dAtA []byte) (int, error)

func (*FeatureChild_Scenario) Size

func (m *FeatureChild_Scenario) Size() (n int)

type GeneratedExpression

type GeneratedExpression struct {
	Text               string   `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	ParameterTypeNames []string `protobuf:"bytes,2,rep,name=parameterTypeNames,proto3" json:"parameterTypeNames,omitempty"`
}

func (*GeneratedExpression) Descriptor

func (*GeneratedExpression) Descriptor() ([]byte, []int)

func (*GeneratedExpression) GetParameterTypeNames

func (m *GeneratedExpression) GetParameterTypeNames() []string

func (*GeneratedExpression) GetText

func (m *GeneratedExpression) GetText() string

func (*GeneratedExpression) Marshal

func (m *GeneratedExpression) Marshal() (dAtA []byte, err error)

func (*GeneratedExpression) MarshalTo

func (m *GeneratedExpression) MarshalTo(dAtA []byte) (int, error)

func (*GeneratedExpression) ProtoMessage

func (*GeneratedExpression) ProtoMessage()

func (*GeneratedExpression) Reset

func (m *GeneratedExpression) Reset()

func (*GeneratedExpression) Size

func (m *GeneratedExpression) Size() (n int)

func (*GeneratedExpression) String

func (m *GeneratedExpression) String() string

func (*GeneratedExpression) Unmarshal

func (m *GeneratedExpression) Unmarshal(dAtA []byte) error

func (*GeneratedExpression) XXX_DiscardUnknown

func (m *GeneratedExpression) XXX_DiscardUnknown()

func (*GeneratedExpression) XXX_Marshal

func (m *GeneratedExpression) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeneratedExpression) XXX_Merge

func (m *GeneratedExpression) XXX_Merge(src proto.Message)

func (*GeneratedExpression) XXX_Size

func (m *GeneratedExpression) XXX_Size() int

func (*GeneratedExpression) XXX_Unmarshal

func (m *GeneratedExpression) XXX_Unmarshal(b []byte) error

type GherkinDocument

type GherkinDocument struct {
	Uri      string     `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Feature  *Feature   `protobuf:"bytes,2,opt,name=feature,proto3" json:"feature,omitempty"`
	Comments []*Comment `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"`
}

func (*GherkinDocument) Descriptor

func (*GherkinDocument) Descriptor() ([]byte, []int)

func (*GherkinDocument) GetComments

func (m *GherkinDocument) GetComments() []*Comment

func (*GherkinDocument) GetFeature

func (m *GherkinDocument) GetFeature() *Feature

func (*GherkinDocument) GetUri

func (m *GherkinDocument) GetUri() string

func (*GherkinDocument) Marshal

func (m *GherkinDocument) Marshal() (dAtA []byte, err error)

func (*GherkinDocument) MarshalTo

func (m *GherkinDocument) MarshalTo(dAtA []byte) (int, error)

func (*GherkinDocument) ProtoMessage

func (*GherkinDocument) ProtoMessage()

func (*GherkinDocument) Reset

func (m *GherkinDocument) Reset()

func (*GherkinDocument) Size

func (m *GherkinDocument) Size() (n int)

func (*GherkinDocument) String

func (m *GherkinDocument) String() string

func (*GherkinDocument) Unmarshal

func (m *GherkinDocument) Unmarshal(dAtA []byte) error

func (*GherkinDocument) XXX_DiscardUnknown

func (m *GherkinDocument) XXX_DiscardUnknown()

func (*GherkinDocument) XXX_Marshal

func (m *GherkinDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GherkinDocument) XXX_Merge

func (m *GherkinDocument) XXX_Merge(src proto.Message)

func (*GherkinDocument) XXX_Size

func (m *GherkinDocument) XXX_Size() int

func (*GherkinDocument) XXX_Unmarshal

func (m *GherkinDocument) XXX_Unmarshal(b []byte) error

type Location

type Location struct {
	Line   uint32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Column uint32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
}

func (*Location) Descriptor

func (*Location) Descriptor() ([]byte, []int)

func (*Location) GetColumn

func (m *Location) GetColumn() uint32

func (*Location) GetLine

func (m *Location) GetLine() uint32

func (*Location) Marshal

func (m *Location) Marshal() (dAtA []byte, err error)

func (*Location) MarshalTo

func (m *Location) MarshalTo(dAtA []byte) (int, error)

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) Size

func (m *Location) Size() (n int)

func (*Location) String

func (m *Location) String() string

func (*Location) Unmarshal

func (m *Location) Unmarshal(dAtA []byte) error

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (m *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

type Media

type Media struct {
	Encoding    string `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	ContentType string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
}

func (*Media) Descriptor

func (*Media) Descriptor() ([]byte, []int)

func (*Media) GetContentType

func (m *Media) GetContentType() string

func (*Media) GetEncoding

func (m *Media) GetEncoding() string

func (*Media) Marshal

func (m *Media) Marshal() (dAtA []byte, err error)

func (*Media) MarshalTo

func (m *Media) MarshalTo(dAtA []byte) (int, error)

func (*Media) ProtoMessage

func (*Media) ProtoMessage()

func (*Media) Reset

func (m *Media) Reset()

func (*Media) Size

func (m *Media) Size() (n int)

func (*Media) String

func (m *Media) String() string

func (*Media) Unmarshal

func (m *Media) Unmarshal(dAtA []byte) error

func (*Media) XXX_DiscardUnknown

func (m *Media) XXX_DiscardUnknown()

func (*Media) XXX_Marshal

func (m *Media) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Media) XXX_Merge

func (m *Media) XXX_Merge(src proto.Message)

func (*Media) XXX_Size

func (m *Media) XXX_Size() int

func (*Media) XXX_Unmarshal

func (m *Media) XXX_Unmarshal(b []byte) error

type ParameterTypeConfig

type ParameterTypeConfig struct {
	Name                            string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RegularExpressions              []string `protobuf:"bytes,2,rep,name=regularExpressions,proto3" json:"regularExpressions,omitempty"`
	PreferForRegularExpressionMatch bool     `protobuf:"varint,3,opt,name=preferForRegularExpressionMatch,proto3" json:"preferForRegularExpressionMatch,omitempty"`
	UseForSnippets                  bool     `protobuf:"varint,4,opt,name=useForSnippets,proto3" json:"useForSnippets,omitempty"`
}

func (*ParameterTypeConfig) Descriptor

func (*ParameterTypeConfig) Descriptor() ([]byte, []int)

func (*ParameterTypeConfig) GetName

func (m *ParameterTypeConfig) GetName() string

func (*ParameterTypeConfig) GetPreferForRegularExpressionMatch

func (m *ParameterTypeConfig) GetPreferForRegularExpressionMatch() bool

func (*ParameterTypeConfig) GetRegularExpressions

func (m *ParameterTypeConfig) GetRegularExpressions() []string

func (*ParameterTypeConfig) GetUseForSnippets

func (m *ParameterTypeConfig) GetUseForSnippets() bool

func (*ParameterTypeConfig) Marshal

func (m *ParameterTypeConfig) Marshal() (dAtA []byte, err error)

func (*ParameterTypeConfig) MarshalTo

func (m *ParameterTypeConfig) MarshalTo(dAtA []byte) (int, error)

func (*ParameterTypeConfig) ProtoMessage

func (*ParameterTypeConfig) ProtoMessage()

func (*ParameterTypeConfig) Reset

func (m *ParameterTypeConfig) Reset()

func (*ParameterTypeConfig) Size

func (m *ParameterTypeConfig) Size() (n int)

func (*ParameterTypeConfig) String

func (m *ParameterTypeConfig) String() string

func (*ParameterTypeConfig) Unmarshal

func (m *ParameterTypeConfig) Unmarshal(dAtA []byte) error

func (*ParameterTypeConfig) XXX_DiscardUnknown

func (m *ParameterTypeConfig) XXX_DiscardUnknown()

func (*ParameterTypeConfig) XXX_Marshal

func (m *ParameterTypeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParameterTypeConfig) XXX_Merge

func (m *ParameterTypeConfig) XXX_Merge(src proto.Message)

func (*ParameterTypeConfig) XXX_Size

func (m *ParameterTypeConfig) XXX_Size() int

func (*ParameterTypeConfig) XXX_Unmarshal

func (m *ParameterTypeConfig) XXX_Unmarshal(b []byte) error

type PatternMatch

type PatternMatch struct {
	Captures          []string `protobuf:"bytes,1,rep,name=captures,proto3" json:"captures,omitempty"`
	ParameterTypeName string   `protobuf:"bytes,2,opt,name=parameterTypeName,proto3" json:"parameterTypeName,omitempty"`
	// Types that are valid to be assigned to PickleArgument:
	//	*PatternMatch_DocString
	//	*PatternMatch_DataTable
	PickleArgument isPatternMatch_PickleArgument `protobuf_oneof:"pickleArgument"`
}

func (*PatternMatch) Descriptor

func (*PatternMatch) Descriptor() ([]byte, []int)

func (*PatternMatch) GetCaptures

func (m *PatternMatch) GetCaptures() []string

func (*PatternMatch) GetDataTable

func (m *PatternMatch) GetDataTable() *PickleTable

func (*PatternMatch) GetDocString

func (m *PatternMatch) GetDocString() *PickleDocString

func (*PatternMatch) GetParameterTypeName

func (m *PatternMatch) GetParameterTypeName() string

func (*PatternMatch) GetPickleArgument

func (m *PatternMatch) GetPickleArgument() isPatternMatch_PickleArgument

func (*PatternMatch) Marshal

func (m *PatternMatch) Marshal() (dAtA []byte, err error)

func (*PatternMatch) MarshalTo

func (m *PatternMatch) MarshalTo(dAtA []byte) (int, error)

func (*PatternMatch) ProtoMessage

func (*PatternMatch) ProtoMessage()

func (*PatternMatch) Reset

func (m *PatternMatch) Reset()

func (*PatternMatch) Size

func (m *PatternMatch) Size() (n int)

func (*PatternMatch) String

func (m *PatternMatch) String() string

func (*PatternMatch) Unmarshal

func (m *PatternMatch) Unmarshal(dAtA []byte) error

func (*PatternMatch) XXX_DiscardUnknown

func (m *PatternMatch) XXX_DiscardUnknown()

func (*PatternMatch) XXX_Marshal

func (m *PatternMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PatternMatch) XXX_Merge

func (m *PatternMatch) XXX_Merge(src proto.Message)

func (*PatternMatch) XXX_OneofFuncs

func (*PatternMatch) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*PatternMatch) XXX_Size

func (m *PatternMatch) XXX_Size() int

func (*PatternMatch) XXX_Unmarshal

func (m *PatternMatch) XXX_Unmarshal(b []byte) error

type PatternMatch_DataTable

type PatternMatch_DataTable struct {
	DataTable *PickleTable `protobuf:"bytes,4,opt,name=data_table,json=dataTable,proto3,oneof"`
}

func (*PatternMatch_DataTable) MarshalTo

func (m *PatternMatch_DataTable) MarshalTo(dAtA []byte) (int, error)

func (*PatternMatch_DataTable) Size

func (m *PatternMatch_DataTable) Size() (n int)

type PatternMatch_DocString

type PatternMatch_DocString struct {
	DocString *PickleDocString `protobuf:"bytes,3,opt,name=doc_string,json=docString,proto3,oneof"`
}

func (*PatternMatch_DocString) MarshalTo

func (m *PatternMatch_DocString) MarshalTo(dAtA []byte) (int, error)

func (*PatternMatch_DocString) Size

func (m *PatternMatch_DocString) Size() (n int)

type Pickle

type Pickle struct {
	Id        string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Uri       string        `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
	Name      string        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Language  string        `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	Steps     []*PickleStep `protobuf:"bytes,5,rep,name=steps,proto3" json:"steps,omitempty"`
	Tags      []*PickleTag  `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"`
	Locations []*Location   `protobuf:"bytes,7,rep,name=locations,proto3" json:"locations,omitempty"`
}

func (*Pickle) Descriptor

func (*Pickle) Descriptor() ([]byte, []int)

func (*Pickle) GetId

func (m *Pickle) GetId() string

func (*Pickle) GetLanguage

func (m *Pickle) GetLanguage() string

func (*Pickle) GetLocations

func (m *Pickle) GetLocations() []*Location

func (*Pickle) GetName

func (m *Pickle) GetName() string

func (*Pickle) GetSteps

func (m *Pickle) GetSteps() []*PickleStep

func (*Pickle) GetTags

func (m *Pickle) GetTags() []*PickleTag

func (*Pickle) GetUri

func (m *Pickle) GetUri() string

func (*Pickle) Marshal

func (m *Pickle) Marshal() (dAtA []byte, err error)

func (*Pickle) MarshalTo

func (m *Pickle) MarshalTo(dAtA []byte) (int, error)

func (*Pickle) ProtoMessage

func (*Pickle) ProtoMessage()

func (*Pickle) Reset

func (m *Pickle) Reset()

func (*Pickle) Size

func (m *Pickle) Size() (n int)

func (*Pickle) String

func (m *Pickle) String() string

func (*Pickle) Unmarshal

func (m *Pickle) Unmarshal(dAtA []byte) error

func (*Pickle) XXX_DiscardUnknown

func (m *Pickle) XXX_DiscardUnknown()

func (*Pickle) XXX_Marshal

func (m *Pickle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pickle) XXX_Merge

func (m *Pickle) XXX_Merge(src proto.Message)

func (*Pickle) XXX_Size

func (m *Pickle) XXX_Size() int

func (*Pickle) XXX_Unmarshal

func (m *Pickle) XXX_Unmarshal(b []byte) error

type PickleAccepted

type PickleAccepted struct {
	PickleId string `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
}

func (*PickleAccepted) Descriptor

func (*PickleAccepted) Descriptor() ([]byte, []int)

func (*PickleAccepted) GetPickleId

func (m *PickleAccepted) GetPickleId() string

func (*PickleAccepted) Marshal

func (m *PickleAccepted) Marshal() (dAtA []byte, err error)

func (*PickleAccepted) MarshalTo

func (m *PickleAccepted) MarshalTo(dAtA []byte) (int, error)

func (*PickleAccepted) ProtoMessage

func (*PickleAccepted) ProtoMessage()

func (*PickleAccepted) Reset

func (m *PickleAccepted) Reset()

func (*PickleAccepted) Size

func (m *PickleAccepted) Size() (n int)

func (*PickleAccepted) String

func (m *PickleAccepted) String() string

func (*PickleAccepted) Unmarshal

func (m *PickleAccepted) Unmarshal(dAtA []byte) error

func (*PickleAccepted) XXX_DiscardUnknown

func (m *PickleAccepted) XXX_DiscardUnknown()

func (*PickleAccepted) XXX_Marshal

func (m *PickleAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleAccepted) XXX_Merge

func (m *PickleAccepted) XXX_Merge(src proto.Message)

func (*PickleAccepted) XXX_Size

func (m *PickleAccepted) XXX_Size() int

func (*PickleAccepted) XXX_Unmarshal

func (m *PickleAccepted) XXX_Unmarshal(b []byte) error

type PickleDocString

type PickleDocString struct {
	Location    *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	ContentType string    `protobuf:"bytes,2,opt,name=contentType,proto3" json:"contentType,omitempty"`
	Content     string    `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
}

func (*PickleDocString) Descriptor

func (*PickleDocString) Descriptor() ([]byte, []int)

func (*PickleDocString) GetContent

func (m *PickleDocString) GetContent() string

func (*PickleDocString) GetContentType

func (m *PickleDocString) GetContentType() string

func (*PickleDocString) GetLocation

func (m *PickleDocString) GetLocation() *Location

func (*PickleDocString) Marshal

func (m *PickleDocString) Marshal() (dAtA []byte, err error)

func (*PickleDocString) MarshalTo

func (m *PickleDocString) MarshalTo(dAtA []byte) (int, error)

func (*PickleDocString) ProtoMessage

func (*PickleDocString) ProtoMessage()

func (*PickleDocString) Reset

func (m *PickleDocString) Reset()

func (*PickleDocString) Size

func (m *PickleDocString) Size() (n int)

func (*PickleDocString) String

func (m *PickleDocString) String() string

func (*PickleDocString) Unmarshal

func (m *PickleDocString) Unmarshal(dAtA []byte) error

func (*PickleDocString) XXX_DiscardUnknown

func (m *PickleDocString) XXX_DiscardUnknown()

func (*PickleDocString) XXX_Marshal

func (m *PickleDocString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleDocString) XXX_Merge

func (m *PickleDocString) XXX_Merge(src proto.Message)

func (*PickleDocString) XXX_Size

func (m *PickleDocString) XXX_Size() int

func (*PickleDocString) XXX_Unmarshal

func (m *PickleDocString) XXX_Unmarshal(b []byte) error

type PickleRejected

type PickleRejected struct {
	PickleId string `protobuf:"bytes,2,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
}

func (*PickleRejected) Descriptor

func (*PickleRejected) Descriptor() ([]byte, []int)

func (*PickleRejected) GetPickleId

func (m *PickleRejected) GetPickleId() string

func (*PickleRejected) Marshal

func (m *PickleRejected) Marshal() (dAtA []byte, err error)

func (*PickleRejected) MarshalTo

func (m *PickleRejected) MarshalTo(dAtA []byte) (int, error)

func (*PickleRejected) ProtoMessage

func (*PickleRejected) ProtoMessage()

func (*PickleRejected) Reset

func (m *PickleRejected) Reset()

func (*PickleRejected) Size

func (m *PickleRejected) Size() (n int)

func (*PickleRejected) String

func (m *PickleRejected) String() string

func (*PickleRejected) Unmarshal

func (m *PickleRejected) Unmarshal(dAtA []byte) error

func (*PickleRejected) XXX_DiscardUnknown

func (m *PickleRejected) XXX_DiscardUnknown()

func (*PickleRejected) XXX_Marshal

func (m *PickleRejected) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleRejected) XXX_Merge

func (m *PickleRejected) XXX_Merge(src proto.Message)

func (*PickleRejected) XXX_Size

func (m *PickleRejected) XXX_Size() int

func (*PickleRejected) XXX_Unmarshal

func (m *PickleRejected) XXX_Unmarshal(b []byte) error

type PickleStep

type PickleStep struct {
	Text      string      `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Locations []*Location `protobuf:"bytes,2,rep,name=locations,proto3" json:"locations,omitempty"`
	// Types that are valid to be assigned to Argument:
	//	*PickleStep_DocString
	//	*PickleStep_DataTable
	Argument isPickleStep_Argument `protobuf_oneof:"argument"`
}

func (*PickleStep) Descriptor

func (*PickleStep) Descriptor() ([]byte, []int)

func (*PickleStep) GetArgument

func (m *PickleStep) GetArgument() isPickleStep_Argument

func (*PickleStep) GetDataTable

func (m *PickleStep) GetDataTable() *PickleTable

func (*PickleStep) GetDocString

func (m *PickleStep) GetDocString() *PickleDocString

func (*PickleStep) GetLocations

func (m *PickleStep) GetLocations() []*Location

func (*PickleStep) GetText

func (m *PickleStep) GetText() string

func (*PickleStep) Marshal

func (m *PickleStep) Marshal() (dAtA []byte, err error)

func (*PickleStep) MarshalTo

func (m *PickleStep) MarshalTo(dAtA []byte) (int, error)

func (*PickleStep) ProtoMessage

func (*PickleStep) ProtoMessage()

func (*PickleStep) Reset

func (m *PickleStep) Reset()

func (*PickleStep) Size

func (m *PickleStep) Size() (n int)

func (*PickleStep) String

func (m *PickleStep) String() string

func (*PickleStep) Unmarshal

func (m *PickleStep) Unmarshal(dAtA []byte) error

func (*PickleStep) XXX_DiscardUnknown

func (m *PickleStep) XXX_DiscardUnknown()

func (*PickleStep) XXX_Marshal

func (m *PickleStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleStep) XXX_Merge

func (m *PickleStep) XXX_Merge(src proto.Message)

func (*PickleStep) XXX_OneofFuncs

func (*PickleStep) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*PickleStep) XXX_Size

func (m *PickleStep) XXX_Size() int

func (*PickleStep) XXX_Unmarshal

func (m *PickleStep) XXX_Unmarshal(b []byte) error

type PickleStep_DataTable

type PickleStep_DataTable struct {
	DataTable *PickleTable `protobuf:"bytes,4,opt,name=data_table,json=dataTable,proto3,oneof"`
}

func (*PickleStep_DataTable) MarshalTo

func (m *PickleStep_DataTable) MarshalTo(dAtA []byte) (int, error)

func (*PickleStep_DataTable) Size

func (m *PickleStep_DataTable) Size() (n int)

type PickleStep_DocString

type PickleStep_DocString struct {
	DocString *PickleDocString `protobuf:"bytes,3,opt,name=doc_string,json=docString,proto3,oneof"`
}

func (*PickleStep_DocString) MarshalTo

func (m *PickleStep_DocString) MarshalTo(dAtA []byte) (int, error)

func (*PickleStep_DocString) Size

func (m *PickleStep_DocString) Size() (n int)

type PickleTable

type PickleTable struct {
	Rows []*PickleTableRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"`
}

func (*PickleTable) Descriptor

func (*PickleTable) Descriptor() ([]byte, []int)

func (*PickleTable) GetRows

func (m *PickleTable) GetRows() []*PickleTableRow

func (*PickleTable) Marshal

func (m *PickleTable) Marshal() (dAtA []byte, err error)

func (*PickleTable) MarshalTo

func (m *PickleTable) MarshalTo(dAtA []byte) (int, error)

func (*PickleTable) ProtoMessage

func (*PickleTable) ProtoMessage()

func (*PickleTable) Reset

func (m *PickleTable) Reset()

func (*PickleTable) Size

func (m *PickleTable) Size() (n int)

func (*PickleTable) String

func (m *PickleTable) String() string

func (*PickleTable) Unmarshal

func (m *PickleTable) Unmarshal(dAtA []byte) error

func (*PickleTable) XXX_DiscardUnknown

func (m *PickleTable) XXX_DiscardUnknown()

func (*PickleTable) XXX_Marshal

func (m *PickleTable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTable) XXX_Merge

func (m *PickleTable) XXX_Merge(src proto.Message)

func (*PickleTable) XXX_Size

func (m *PickleTable) XXX_Size() int

func (*PickleTable) XXX_Unmarshal

func (m *PickleTable) XXX_Unmarshal(b []byte) error

type PickleTableCell

type PickleTableCell struct {
	Location *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Value    string    `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*PickleTableCell) Descriptor

func (*PickleTableCell) Descriptor() ([]byte, []int)

func (*PickleTableCell) GetLocation

func (m *PickleTableCell) GetLocation() *Location

func (*PickleTableCell) GetValue

func (m *PickleTableCell) GetValue() string

func (*PickleTableCell) Marshal

func (m *PickleTableCell) Marshal() (dAtA []byte, err error)

func (*PickleTableCell) MarshalTo

func (m *PickleTableCell) MarshalTo(dAtA []byte) (int, error)

func (*PickleTableCell) ProtoMessage

func (*PickleTableCell) ProtoMessage()

func (*PickleTableCell) Reset

func (m *PickleTableCell) Reset()

func (*PickleTableCell) Size

func (m *PickleTableCell) Size() (n int)

func (*PickleTableCell) String

func (m *PickleTableCell) String() string

func (*PickleTableCell) Unmarshal

func (m *PickleTableCell) Unmarshal(dAtA []byte) error

func (*PickleTableCell) XXX_DiscardUnknown

func (m *PickleTableCell) XXX_DiscardUnknown()

func (*PickleTableCell) XXX_Marshal

func (m *PickleTableCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTableCell) XXX_Merge

func (m *PickleTableCell) XXX_Merge(src proto.Message)

func (*PickleTableCell) XXX_Size

func (m *PickleTableCell) XXX_Size() int

func (*PickleTableCell) XXX_Unmarshal

func (m *PickleTableCell) XXX_Unmarshal(b []byte) error

type PickleTableRow

type PickleTableRow struct {
	Cells []*PickleTableCell `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
}

func (*PickleTableRow) Descriptor

func (*PickleTableRow) Descriptor() ([]byte, []int)

func (*PickleTableRow) GetCells

func (m *PickleTableRow) GetCells() []*PickleTableCell

func (*PickleTableRow) Marshal

func (m *PickleTableRow) Marshal() (dAtA []byte, err error)

func (*PickleTableRow) MarshalTo

func (m *PickleTableRow) MarshalTo(dAtA []byte) (int, error)

func (*PickleTableRow) ProtoMessage

func (*PickleTableRow) ProtoMessage()

func (*PickleTableRow) Reset

func (m *PickleTableRow) Reset()

func (*PickleTableRow) Size

func (m *PickleTableRow) Size() (n int)

func (*PickleTableRow) String

func (m *PickleTableRow) String() string

func (*PickleTableRow) Unmarshal

func (m *PickleTableRow) Unmarshal(dAtA []byte) error

func (*PickleTableRow) XXX_DiscardUnknown

func (m *PickleTableRow) XXX_DiscardUnknown()

func (*PickleTableRow) XXX_Marshal

func (m *PickleTableRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTableRow) XXX_Merge

func (m *PickleTableRow) XXX_Merge(src proto.Message)

func (*PickleTableRow) XXX_Size

func (m *PickleTableRow) XXX_Size() int

func (*PickleTableRow) XXX_Unmarshal

func (m *PickleTableRow) XXX_Unmarshal(b []byte) error

type PickleTag

type PickleTag struct {
	Location *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Name     string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*PickleTag) Descriptor

func (*PickleTag) Descriptor() ([]byte, []int)

func (*PickleTag) GetLocation

func (m *PickleTag) GetLocation() *Location

func (*PickleTag) GetName

func (m *PickleTag) GetName() string

func (*PickleTag) Marshal

func (m *PickleTag) Marshal() (dAtA []byte, err error)

func (*PickleTag) MarshalTo

func (m *PickleTag) MarshalTo(dAtA []byte) (int, error)

func (*PickleTag) ProtoMessage

func (*PickleTag) ProtoMessage()

func (*PickleTag) Reset

func (m *PickleTag) Reset()

func (*PickleTag) Size

func (m *PickleTag) Size() (n int)

func (*PickleTag) String

func (m *PickleTag) String() string

func (*PickleTag) Unmarshal

func (m *PickleTag) Unmarshal(dAtA []byte) error

func (*PickleTag) XXX_DiscardUnknown

func (m *PickleTag) XXX_DiscardUnknown()

func (*PickleTag) XXX_Marshal

func (m *PickleTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PickleTag) XXX_Merge

func (m *PickleTag) XXX_Merge(src proto.Message)

func (*PickleTag) XXX_Size

func (m *PickleTag) XXX_Size() int

func (*PickleTag) XXX_Unmarshal

func (m *PickleTag) XXX_Unmarshal(b []byte) error

type Rule

type Rule struct {
	Location    *Location    `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Keyword     string       `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string       `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string       `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Children    []*RuleChild `protobuf:"bytes,5,rep,name=children,proto3" json:"children,omitempty"`
}

func (*Rule) Descriptor

func (*Rule) Descriptor() ([]byte, []int)

func (*Rule) GetChildren

func (m *Rule) GetChildren() []*RuleChild

func (*Rule) GetDescription

func (m *Rule) GetDescription() string

func (*Rule) GetKeyword

func (m *Rule) GetKeyword() string

func (*Rule) GetLocation

func (m *Rule) GetLocation() *Location

func (*Rule) GetName

func (m *Rule) GetName() string

func (*Rule) Marshal

func (m *Rule) Marshal() (dAtA []byte, err error)

func (*Rule) MarshalTo

func (m *Rule) MarshalTo(dAtA []byte) (int, error)

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) Reset

func (m *Rule) Reset()

func (*Rule) Size

func (m *Rule) Size() (n int)

func (*Rule) String

func (m *Rule) String() string

func (*Rule) Unmarshal

func (m *Rule) Unmarshal(dAtA []byte) error

func (*Rule) XXX_DiscardUnknown

func (m *Rule) XXX_DiscardUnknown()

func (*Rule) XXX_Marshal

func (m *Rule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rule) XXX_Merge

func (m *Rule) XXX_Merge(src proto.Message)

func (*Rule) XXX_Size

func (m *Rule) XXX_Size() int

func (*Rule) XXX_Unmarshal

func (m *Rule) XXX_Unmarshal(b []byte) error

type RuleChild

type RuleChild struct {
	// Types that are valid to be assigned to Value:
	//	*RuleChild_Background
	//	*RuleChild_Scenario
	Value isRuleChild_Value `protobuf_oneof:"value"`
}

func (*RuleChild) Descriptor

func (*RuleChild) Descriptor() ([]byte, []int)

func (*RuleChild) GetBackground

func (m *RuleChild) GetBackground() *Background

func (*RuleChild) GetScenario

func (m *RuleChild) GetScenario() *Scenario

func (*RuleChild) GetValue

func (m *RuleChild) GetValue() isRuleChild_Value

func (*RuleChild) Marshal

func (m *RuleChild) Marshal() (dAtA []byte, err error)

func (*RuleChild) MarshalTo

func (m *RuleChild) MarshalTo(dAtA []byte) (int, error)

func (*RuleChild) ProtoMessage

func (*RuleChild) ProtoMessage()

func (*RuleChild) Reset

func (m *RuleChild) Reset()

func (*RuleChild) Size

func (m *RuleChild) Size() (n int)

func (*RuleChild) String

func (m *RuleChild) String() string

func (*RuleChild) Unmarshal

func (m *RuleChild) Unmarshal(dAtA []byte) error

func (*RuleChild) XXX_DiscardUnknown

func (m *RuleChild) XXX_DiscardUnknown()

func (*RuleChild) XXX_Marshal

func (m *RuleChild) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuleChild) XXX_Merge

func (m *RuleChild) XXX_Merge(src proto.Message)

func (*RuleChild) XXX_OneofFuncs

func (*RuleChild) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*RuleChild) XXX_Size

func (m *RuleChild) XXX_Size() int

func (*RuleChild) XXX_Unmarshal

func (m *RuleChild) XXX_Unmarshal(b []byte) error

type RuleChild_Background

type RuleChild_Background struct {
	Background *Background `protobuf:"bytes,1,opt,name=background,proto3,oneof"`
}

func (*RuleChild_Background) MarshalTo

func (m *RuleChild_Background) MarshalTo(dAtA []byte) (int, error)

func (*RuleChild_Background) Size

func (m *RuleChild_Background) Size() (n int)

type RuleChild_Scenario

type RuleChild_Scenario struct {
	Scenario *Scenario `protobuf:"bytes,2,opt,name=scenario,proto3,oneof"`
}

func (*RuleChild_Scenario) MarshalTo

func (m *RuleChild_Scenario) MarshalTo(dAtA []byte) (int, error)

func (*RuleChild_Scenario) Size

func (m *RuleChild_Scenario) Size() (n int)

type RuntimeConfig

type RuntimeConfig struct {
	IsFailFast  bool   `protobuf:"varint,1,opt,name=isFailFast,proto3" json:"isFailFast,omitempty"`
	IsDryRun    bool   `protobuf:"varint,2,opt,name=isDryRun,proto3" json:"isDryRun,omitempty"`
	IsStrict    bool   `protobuf:"varint,3,opt,name=isStrict,proto3" json:"isStrict,omitempty"`
	MaxParallel uint64 `protobuf:"varint,4,opt,name=maxParallel,proto3" json:"maxParallel,omitempty"`
}

func (*RuntimeConfig) Descriptor

func (*RuntimeConfig) Descriptor() ([]byte, []int)

func (*RuntimeConfig) GetIsDryRun

func (m *RuntimeConfig) GetIsDryRun() bool

func (*RuntimeConfig) GetIsFailFast

func (m *RuntimeConfig) GetIsFailFast() bool

func (*RuntimeConfig) GetIsStrict

func (m *RuntimeConfig) GetIsStrict() bool

func (*RuntimeConfig) GetMaxParallel

func (m *RuntimeConfig) GetMaxParallel() uint64

func (*RuntimeConfig) Marshal

func (m *RuntimeConfig) Marshal() (dAtA []byte, err error)

func (*RuntimeConfig) MarshalTo

func (m *RuntimeConfig) MarshalTo(dAtA []byte) (int, error)

func (*RuntimeConfig) ProtoMessage

func (*RuntimeConfig) ProtoMessage()

func (*RuntimeConfig) Reset

func (m *RuntimeConfig) Reset()

func (*RuntimeConfig) Size

func (m *RuntimeConfig) Size() (n int)

func (*RuntimeConfig) String

func (m *RuntimeConfig) String() string

func (*RuntimeConfig) Unmarshal

func (m *RuntimeConfig) Unmarshal(dAtA []byte) error

func (*RuntimeConfig) XXX_DiscardUnknown

func (m *RuntimeConfig) XXX_DiscardUnknown()

func (*RuntimeConfig) XXX_Marshal

func (m *RuntimeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuntimeConfig) XXX_Merge

func (m *RuntimeConfig) XXX_Merge(src proto.Message)

func (*RuntimeConfig) XXX_Size

func (m *RuntimeConfig) XXX_Size() int

func (*RuntimeConfig) XXX_Unmarshal

func (m *RuntimeConfig) XXX_Unmarshal(b []byte) error

type Scenario

type Scenario struct {
	Location    *Location   `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Tags        []*Tag      `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	Keyword     string      `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Name        string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description string      `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Steps       []*Step     `protobuf:"bytes,6,rep,name=steps,proto3" json:"steps,omitempty"`
	Examples    []*Examples `protobuf:"bytes,7,rep,name=examples,proto3" json:"examples,omitempty"`
}

func (*Scenario) Descriptor

func (*Scenario) Descriptor() ([]byte, []int)

func (*Scenario) GetDescription

func (m *Scenario) GetDescription() string

func (*Scenario) GetExamples

func (m *Scenario) GetExamples() []*Examples

func (*Scenario) GetKeyword

func (m *Scenario) GetKeyword() string

func (*Scenario) GetLocation

func (m *Scenario) GetLocation() *Location

func (*Scenario) GetName

func (m *Scenario) GetName() string

func (*Scenario) GetSteps

func (m *Scenario) GetSteps() []*Step

func (*Scenario) GetTags

func (m *Scenario) GetTags() []*Tag

func (*Scenario) Marshal

func (m *Scenario) Marshal() (dAtA []byte, err error)

func (*Scenario) MarshalTo

func (m *Scenario) MarshalTo(dAtA []byte) (int, error)

func (*Scenario) ProtoMessage

func (*Scenario) ProtoMessage()

func (*Scenario) Reset

func (m *Scenario) Reset()

func (*Scenario) Size

func (m *Scenario) Size() (n int)

func (*Scenario) String

func (m *Scenario) String() string

func (*Scenario) Unmarshal

func (m *Scenario) Unmarshal(dAtA []byte) error

func (*Scenario) XXX_DiscardUnknown

func (m *Scenario) XXX_DiscardUnknown()

func (*Scenario) XXX_Marshal

func (m *Scenario) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Scenario) XXX_Merge

func (m *Scenario) XXX_Merge(src proto.Message)

func (*Scenario) XXX_Size

func (m *Scenario) XXX_Size() int

func (*Scenario) XXX_Unmarshal

func (m *Scenario) XXX_Unmarshal(b []byte) error

type Source

type Source struct {
	Uri   string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Data  string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Media *Media `protobuf:"bytes,3,opt,name=media,proto3" json:"media,omitempty"`
}

func (*Source) Descriptor

func (*Source) Descriptor() ([]byte, []int)

func (*Source) GetData

func (m *Source) GetData() string

func (*Source) GetMedia

func (m *Source) GetMedia() *Media

func (*Source) GetUri

func (m *Source) GetUri() string

func (*Source) Marshal

func (m *Source) Marshal() (dAtA []byte, err error)

func (*Source) MarshalTo

func (m *Source) MarshalTo(dAtA []byte) (int, error)

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) Reset

func (m *Source) Reset()

func (*Source) Size

func (m *Source) Size() (n int)

func (*Source) String

func (m *Source) String() string

func (*Source) Unmarshal

func (m *Source) Unmarshal(dAtA []byte) error

func (*Source) XXX_DiscardUnknown

func (m *Source) XXX_DiscardUnknown()

func (*Source) XXX_Marshal

func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Source) XXX_Merge

func (m *Source) XXX_Merge(src proto.Message)

func (*Source) XXX_Size

func (m *Source) XXX_Size() int

func (*Source) XXX_Unmarshal

func (m *Source) XXX_Unmarshal(b []byte) error

type SourceReference

type SourceReference struct {
	Uri      string    `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Location *Location `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
}

func (*SourceReference) Descriptor

func (*SourceReference) Descriptor() ([]byte, []int)

func (*SourceReference) GetLocation

func (m *SourceReference) GetLocation() *Location

func (*SourceReference) GetUri

func (m *SourceReference) GetUri() string

func (*SourceReference) Marshal

func (m *SourceReference) Marshal() (dAtA []byte, err error)

func (*SourceReference) MarshalTo

func (m *SourceReference) MarshalTo(dAtA []byte) (int, error)

func (*SourceReference) ProtoMessage

func (*SourceReference) ProtoMessage()

func (*SourceReference) Reset

func (m *SourceReference) Reset()

func (*SourceReference) Size

func (m *SourceReference) Size() (n int)

func (*SourceReference) String

func (m *SourceReference) String() string

func (*SourceReference) Unmarshal

func (m *SourceReference) Unmarshal(dAtA []byte) error

func (*SourceReference) XXX_DiscardUnknown

func (m *SourceReference) XXX_DiscardUnknown()

func (*SourceReference) XXX_Marshal

func (m *SourceReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourceReference) XXX_Merge

func (m *SourceReference) XXX_Merge(src proto.Message)

func (*SourceReference) XXX_Size

func (m *SourceReference) XXX_Size() int

func (*SourceReference) XXX_Unmarshal

func (m *SourceReference) XXX_Unmarshal(b []byte) error

type SourcesConfig

type SourcesConfig struct {
	AbsolutePaths []string             `protobuf:"bytes,1,rep,name=absolutePaths,proto3" json:"absolutePaths,omitempty"`
	Language      string               `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	Filters       *SourcesFilterConfig `protobuf:"bytes,3,opt,name=filters,proto3" json:"filters,omitempty"`
	Order         *SourcesOrder        `protobuf:"bytes,4,opt,name=order,proto3" json:"order,omitempty"`
}

func (*SourcesConfig) Descriptor

func (*SourcesConfig) Descriptor() ([]byte, []int)

func (*SourcesConfig) GetAbsolutePaths

func (m *SourcesConfig) GetAbsolutePaths() []string

func (*SourcesConfig) GetFilters

func (m *SourcesConfig) GetFilters() *SourcesFilterConfig

func (*SourcesConfig) GetLanguage

func (m *SourcesConfig) GetLanguage() string

func (*SourcesConfig) GetOrder

func (m *SourcesConfig) GetOrder() *SourcesOrder

func (*SourcesConfig) Marshal

func (m *SourcesConfig) Marshal() (dAtA []byte, err error)

func (*SourcesConfig) MarshalTo

func (m *SourcesConfig) MarshalTo(dAtA []byte) (int, error)

func (*SourcesConfig) ProtoMessage

func (*SourcesConfig) ProtoMessage()

func (*SourcesConfig) Reset

func (m *SourcesConfig) Reset()

func (*SourcesConfig) Size

func (m *SourcesConfig) Size() (n int)

func (*SourcesConfig) String

func (m *SourcesConfig) String() string

func (*SourcesConfig) Unmarshal

func (m *SourcesConfig) Unmarshal(dAtA []byte) error

func (*SourcesConfig) XXX_DiscardUnknown

func (m *SourcesConfig) XXX_DiscardUnknown()

func (*SourcesConfig) XXX_Marshal

func (m *SourcesConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourcesConfig) XXX_Merge

func (m *SourcesConfig) XXX_Merge(src proto.Message)

func (*SourcesConfig) XXX_Size

func (m *SourcesConfig) XXX_Size() int

func (*SourcesConfig) XXX_Unmarshal

func (m *SourcesConfig) XXX_Unmarshal(b []byte) error

type SourcesFilterConfig

type SourcesFilterConfig struct {
	TagExpression          string               `protobuf:"bytes,1,opt,name=tagExpression,proto3" json:"tagExpression,omitempty"`
	NameRegularExpressions []string             `protobuf:"bytes,2,rep,name=nameRegularExpressions,proto3" json:"nameRegularExpressions,omitempty"`
	UriToLinesMapping      []*UriToLinesMapping `protobuf:"bytes,3,rep,name=uriToLinesMapping,proto3" json:"uriToLinesMapping,omitempty"`
}

func (*SourcesFilterConfig) Descriptor

func (*SourcesFilterConfig) Descriptor() ([]byte, []int)

func (*SourcesFilterConfig) GetNameRegularExpressions

func (m *SourcesFilterConfig) GetNameRegularExpressions() []string

func (*SourcesFilterConfig) GetTagExpression

func (m *SourcesFilterConfig) GetTagExpression() string

func (*SourcesFilterConfig) GetUriToLinesMapping

func (m *SourcesFilterConfig) GetUriToLinesMapping() []*UriToLinesMapping

func (*SourcesFilterConfig) Marshal

func (m *SourcesFilterConfig) Marshal() (dAtA []byte, err error)

func (*SourcesFilterConfig) MarshalTo

func (m *SourcesFilterConfig) MarshalTo(dAtA []byte) (int, error)

func (*SourcesFilterConfig) ProtoMessage

func (*SourcesFilterConfig) ProtoMessage()

func (*SourcesFilterConfig) Reset

func (m *SourcesFilterConfig) Reset()

func (*SourcesFilterConfig) Size

func (m *SourcesFilterConfig) Size() (n int)

func (*SourcesFilterConfig) String

func (m *SourcesFilterConfig) String() string

func (*SourcesFilterConfig) Unmarshal

func (m *SourcesFilterConfig) Unmarshal(dAtA []byte) error

func (*SourcesFilterConfig) XXX_DiscardUnknown

func (m *SourcesFilterConfig) XXX_DiscardUnknown()

func (*SourcesFilterConfig) XXX_Marshal

func (m *SourcesFilterConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourcesFilterConfig) XXX_Merge

func (m *SourcesFilterConfig) XXX_Merge(src proto.Message)

func (*SourcesFilterConfig) XXX_Size

func (m *SourcesFilterConfig) XXX_Size() int

func (*SourcesFilterConfig) XXX_Unmarshal

func (m *SourcesFilterConfig) XXX_Unmarshal(b []byte) error

type SourcesOrder

type SourcesOrder struct {
	Type SourcesOrderType `protobuf:"varint,1,opt,name=type,proto3,enum=io.cucumber.messages.SourcesOrderType" json:"type,omitempty"`
	Seed uint64           `protobuf:"varint,2,opt,name=seed,proto3" json:"seed,omitempty"`
}

func (*SourcesOrder) Descriptor

func (*SourcesOrder) Descriptor() ([]byte, []int)

func (*SourcesOrder) GetSeed

func (m *SourcesOrder) GetSeed() uint64

func (*SourcesOrder) GetType

func (m *SourcesOrder) GetType() SourcesOrderType

func (*SourcesOrder) Marshal

func (m *SourcesOrder) Marshal() (dAtA []byte, err error)

func (*SourcesOrder) MarshalTo

func (m *SourcesOrder) MarshalTo(dAtA []byte) (int, error)

func (*SourcesOrder) ProtoMessage

func (*SourcesOrder) ProtoMessage()

func (*SourcesOrder) Reset

func (m *SourcesOrder) Reset()

func (*SourcesOrder) Size

func (m *SourcesOrder) Size() (n int)

func (*SourcesOrder) String

func (m *SourcesOrder) String() string

func (*SourcesOrder) Unmarshal

func (m *SourcesOrder) Unmarshal(dAtA []byte) error

func (*SourcesOrder) XXX_DiscardUnknown

func (m *SourcesOrder) XXX_DiscardUnknown()

func (*SourcesOrder) XXX_Marshal

func (m *SourcesOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourcesOrder) XXX_Merge

func (m *SourcesOrder) XXX_Merge(src proto.Message)

func (*SourcesOrder) XXX_Size

func (m *SourcesOrder) XXX_Size() int

func (*SourcesOrder) XXX_Unmarshal

func (m *SourcesOrder) XXX_Unmarshal(b []byte) error

type SourcesOrderType

type SourcesOrderType int32
const (
	SourcesOrderType_ORDER_OF_DEFINITION SourcesOrderType = 0
	SourcesOrderType_RANDOM              SourcesOrderType = 1
)

func (SourcesOrderType) EnumDescriptor

func (SourcesOrderType) EnumDescriptor() ([]byte, []int)

func (SourcesOrderType) String

func (x SourcesOrderType) String() string

type Status

type Status int32
const (
	Status_AMBIGUOUS Status = 0
	Status_FAILED    Status = 1
	Status_PASSED    Status = 2
	Status_PENDING   Status = 3
	Status_SKIPPED   Status = 4
	Status_UNDEFINED Status = 5
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

type Step

type Step struct {
	Location *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Keyword  string    `protobuf:"bytes,2,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Text     string    `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	// Types that are valid to be assigned to Argument:
	//	*Step_DocString
	//	*Step_DataTable
	Argument isStep_Argument `protobuf_oneof:"argument"`
}

func (*Step) Descriptor

func (*Step) Descriptor() ([]byte, []int)

func (*Step) GetArgument

func (m *Step) GetArgument() isStep_Argument

func (*Step) GetDataTable

func (m *Step) GetDataTable() *DataTable

func (*Step) GetDocString

func (m *Step) GetDocString() *DocString

func (*Step) GetKeyword

func (m *Step) GetKeyword() string

func (*Step) GetLocation

func (m *Step) GetLocation() *Location

func (*Step) GetText

func (m *Step) GetText() string

func (*Step) Marshal

func (m *Step) Marshal() (dAtA []byte, err error)

func (*Step) MarshalTo

func (m *Step) MarshalTo(dAtA []byte) (int, error)

func (*Step) ProtoMessage

func (*Step) ProtoMessage()

func (*Step) Reset

func (m *Step) Reset()

func (*Step) Size

func (m *Step) Size() (n int)

func (*Step) String

func (m *Step) String() string

func (*Step) Unmarshal

func (m *Step) Unmarshal(dAtA []byte) error

func (*Step) XXX_DiscardUnknown

func (m *Step) XXX_DiscardUnknown()

func (*Step) XXX_Marshal

func (m *Step) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Step) XXX_Merge

func (m *Step) XXX_Merge(src proto.Message)

func (*Step) XXX_OneofFuncs

func (*Step) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Step) XXX_Size

func (m *Step) XXX_Size() int

func (*Step) XXX_Unmarshal

func (m *Step) XXX_Unmarshal(b []byte) error

type StepDefinitionConfig

type StepDefinitionConfig struct {
	Id       string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Pattern  *StepDefinitionPattern `protobuf:"bytes,2,opt,name=pattern,proto3" json:"pattern,omitempty"`
	Location *SourceReference       `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
}

func (*StepDefinitionConfig) Descriptor

func (*StepDefinitionConfig) Descriptor() ([]byte, []int)

func (*StepDefinitionConfig) GetId

func (m *StepDefinitionConfig) GetId() string

func (*StepDefinitionConfig) GetLocation

func (m *StepDefinitionConfig) GetLocation() *SourceReference

func (*StepDefinitionConfig) GetPattern

func (*StepDefinitionConfig) Marshal

func (m *StepDefinitionConfig) Marshal() (dAtA []byte, err error)

func (*StepDefinitionConfig) MarshalTo

func (m *StepDefinitionConfig) MarshalTo(dAtA []byte) (int, error)

func (*StepDefinitionConfig) ProtoMessage

func (*StepDefinitionConfig) ProtoMessage()

func (*StepDefinitionConfig) Reset

func (m *StepDefinitionConfig) Reset()

func (*StepDefinitionConfig) Size

func (m *StepDefinitionConfig) Size() (n int)

func (*StepDefinitionConfig) String

func (m *StepDefinitionConfig) String() string

func (*StepDefinitionConfig) Unmarshal

func (m *StepDefinitionConfig) Unmarshal(dAtA []byte) error

func (*StepDefinitionConfig) XXX_DiscardUnknown

func (m *StepDefinitionConfig) XXX_DiscardUnknown()

func (*StepDefinitionConfig) XXX_Marshal

func (m *StepDefinitionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StepDefinitionConfig) XXX_Merge

func (m *StepDefinitionConfig) XXX_Merge(src proto.Message)

func (*StepDefinitionConfig) XXX_Size

func (m *StepDefinitionConfig) XXX_Size() int

func (*StepDefinitionConfig) XXX_Unmarshal

func (m *StepDefinitionConfig) XXX_Unmarshal(b []byte) error

type StepDefinitionPattern

type StepDefinitionPattern struct {
	Source string                    `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Type   StepDefinitionPatternType `protobuf:"varint,2,opt,name=type,proto3,enum=io.cucumber.messages.StepDefinitionPatternType" json:"type,omitempty"`
}

func (*StepDefinitionPattern) Descriptor

func (*StepDefinitionPattern) Descriptor() ([]byte, []int)

func (*StepDefinitionPattern) GetSource

func (m *StepDefinitionPattern) GetSource() string

func (*StepDefinitionPattern) GetType

func (*StepDefinitionPattern) Marshal

func (m *StepDefinitionPattern) Marshal() (dAtA []byte, err error)

func (*StepDefinitionPattern) MarshalTo

func (m *StepDefinitionPattern) MarshalTo(dAtA []byte) (int, error)

func (*StepDefinitionPattern) ProtoMessage

func (*StepDefinitionPattern) ProtoMessage()

func (*StepDefinitionPattern) Reset

func (m *StepDefinitionPattern) Reset()

func (*StepDefinitionPattern) Size

func (m *StepDefinitionPattern) Size() (n int)

func (*StepDefinitionPattern) String

func (m *StepDefinitionPattern) String() string

func (*StepDefinitionPattern) Unmarshal

func (m *StepDefinitionPattern) Unmarshal(dAtA []byte) error

func (*StepDefinitionPattern) XXX_DiscardUnknown

func (m *StepDefinitionPattern) XXX_DiscardUnknown()

func (*StepDefinitionPattern) XXX_Marshal

func (m *StepDefinitionPattern) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StepDefinitionPattern) XXX_Merge

func (m *StepDefinitionPattern) XXX_Merge(src proto.Message)

func (*StepDefinitionPattern) XXX_Size

func (m *StepDefinitionPattern) XXX_Size() int

func (*StepDefinitionPattern) XXX_Unmarshal

func (m *StepDefinitionPattern) XXX_Unmarshal(b []byte) error

type StepDefinitionPatternType

type StepDefinitionPatternType int32
const (
	StepDefinitionPatternType_CUCUMBER_EXPRESSION StepDefinitionPatternType = 0
	StepDefinitionPatternType_REGULAR_EXPRESSION  StepDefinitionPatternType = 1
)

func (StepDefinitionPatternType) EnumDescriptor

func (StepDefinitionPatternType) EnumDescriptor() ([]byte, []int)

func (StepDefinitionPatternType) String

func (x StepDefinitionPatternType) String() string

type Step_DataTable

type Step_DataTable struct {
	DataTable *DataTable `protobuf:"bytes,6,opt,name=data_table,json=dataTable,proto3,oneof"`
}

func (*Step_DataTable) MarshalTo

func (m *Step_DataTable) MarshalTo(dAtA []byte) (int, error)

func (*Step_DataTable) Size

func (m *Step_DataTable) Size() (n int)

type Step_DocString

type Step_DocString struct {
	DocString *DocString `protobuf:"bytes,5,opt,name=doc_string,json=docString,proto3,oneof"`
}

func (*Step_DocString) MarshalTo

func (m *Step_DocString) MarshalTo(dAtA []byte) (int, error)

func (*Step_DocString) Size

func (m *Step_DocString) Size() (n int)

type SupportCodeConfig

type SupportCodeConfig struct {
	BeforeTestCaseHookDefinitionConfigs []*TestCaseHookDefinitionConfig `protobuf:"bytes,1,rep,name=beforeTestCaseHookDefinitionConfigs,proto3" json:"beforeTestCaseHookDefinitionConfigs,omitempty"`
	AfterTestCaseHookDefinitionConfigs  []*TestCaseHookDefinitionConfig `protobuf:"bytes,2,rep,name=afterTestCaseHookDefinitionConfigs,proto3" json:"afterTestCaseHookDefinitionConfigs,omitempty"`
	StepDefinitionConfigs               []*StepDefinitionConfig         `protobuf:"bytes,3,rep,name=stepDefinitionConfigs,proto3" json:"stepDefinitionConfigs,omitempty"`
	ParameterTypeConfigs                []*ParameterTypeConfig          `protobuf:"bytes,4,rep,name=parameterTypeConfigs,proto3" json:"parameterTypeConfigs,omitempty"`
}

func (*SupportCodeConfig) Descriptor

func (*SupportCodeConfig) Descriptor() ([]byte, []int)

func (*SupportCodeConfig) GetAfterTestCaseHookDefinitionConfigs

func (m *SupportCodeConfig) GetAfterTestCaseHookDefinitionConfigs() []*TestCaseHookDefinitionConfig

func (*SupportCodeConfig) GetBeforeTestCaseHookDefinitionConfigs

func (m *SupportCodeConfig) GetBeforeTestCaseHookDefinitionConfigs() []*TestCaseHookDefinitionConfig

func (*SupportCodeConfig) GetParameterTypeConfigs

func (m *SupportCodeConfig) GetParameterTypeConfigs() []*ParameterTypeConfig

func (*SupportCodeConfig) GetStepDefinitionConfigs

func (m *SupportCodeConfig) GetStepDefinitionConfigs() []*StepDefinitionConfig

func (*SupportCodeConfig) Marshal

func (m *SupportCodeConfig) Marshal() (dAtA []byte, err error)

func (*SupportCodeConfig) MarshalTo

func (m *SupportCodeConfig) MarshalTo(dAtA []byte) (int, error)

func (*SupportCodeConfig) ProtoMessage

func (*SupportCodeConfig) ProtoMessage()

func (*SupportCodeConfig) Reset

func (m *SupportCodeConfig) Reset()

func (*SupportCodeConfig) Size

func (m *SupportCodeConfig) Size() (n int)

func (*SupportCodeConfig) String

func (m *SupportCodeConfig) String() string

func (*SupportCodeConfig) Unmarshal

func (m *SupportCodeConfig) Unmarshal(dAtA []byte) error

func (*SupportCodeConfig) XXX_DiscardUnknown

func (m *SupportCodeConfig) XXX_DiscardUnknown()

func (*SupportCodeConfig) XXX_Marshal

func (m *SupportCodeConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SupportCodeConfig) XXX_Merge

func (m *SupportCodeConfig) XXX_Merge(src proto.Message)

func (*SupportCodeConfig) XXX_Size

func (m *SupportCodeConfig) XXX_Size() int

func (*SupportCodeConfig) XXX_Unmarshal

func (m *SupportCodeConfig) XXX_Unmarshal(b []byte) error

type TableCell

type TableCell struct {
	Location *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Value    string    `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*TableCell) Descriptor

func (*TableCell) Descriptor() ([]byte, []int)

func (*TableCell) GetLocation

func (m *TableCell) GetLocation() *Location

func (*TableCell) GetValue

func (m *TableCell) GetValue() string

func (*TableCell) Marshal

func (m *TableCell) Marshal() (dAtA []byte, err error)

func (*TableCell) MarshalTo

func (m *TableCell) MarshalTo(dAtA []byte) (int, error)

func (*TableCell) ProtoMessage

func (*TableCell) ProtoMessage()

func (*TableCell) Reset

func (m *TableCell) Reset()

func (*TableCell) Size

func (m *TableCell) Size() (n int)

func (*TableCell) String

func (m *TableCell) String() string

func (*TableCell) Unmarshal

func (m *TableCell) Unmarshal(dAtA []byte) error

func (*TableCell) XXX_DiscardUnknown

func (m *TableCell) XXX_DiscardUnknown()

func (*TableCell) XXX_Marshal

func (m *TableCell) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableCell) XXX_Merge

func (m *TableCell) XXX_Merge(src proto.Message)

func (*TableCell) XXX_Size

func (m *TableCell) XXX_Size() int

func (*TableCell) XXX_Unmarshal

func (m *TableCell) XXX_Unmarshal(b []byte) error

type TableRow

type TableRow struct {
	Location *Location    `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Cells    []*TableCell `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
}

func (*TableRow) Descriptor

func (*TableRow) Descriptor() ([]byte, []int)

func (*TableRow) GetCells

func (m *TableRow) GetCells() []*TableCell

func (*TableRow) GetLocation

func (m *TableRow) GetLocation() *Location

func (*TableRow) Marshal

func (m *TableRow) Marshal() (dAtA []byte, err error)

func (*TableRow) MarshalTo

func (m *TableRow) MarshalTo(dAtA []byte) (int, error)

func (*TableRow) ProtoMessage

func (*TableRow) ProtoMessage()

func (*TableRow) Reset

func (m *TableRow) Reset()

func (*TableRow) Size

func (m *TableRow) Size() (n int)

func (*TableRow) String

func (m *TableRow) String() string

func (*TableRow) Unmarshal

func (m *TableRow) Unmarshal(dAtA []byte) error

func (*TableRow) XXX_DiscardUnknown

func (m *TableRow) XXX_DiscardUnknown()

func (*TableRow) XXX_Marshal

func (m *TableRow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TableRow) XXX_Merge

func (m *TableRow) XXX_Merge(src proto.Message)

func (*TableRow) XXX_Size

func (m *TableRow) XXX_Size() int

func (*TableRow) XXX_Unmarshal

func (m *TableRow) XXX_Unmarshal(b []byte) error

type Tag

type Tag struct {
	Location *Location `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Name     string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*Tag) Descriptor

func (*Tag) Descriptor() ([]byte, []int)

func (*Tag) GetLocation

func (m *Tag) GetLocation() *Location

func (*Tag) GetName

func (m *Tag) GetName() string

func (*Tag) Marshal

func (m *Tag) Marshal() (dAtA []byte, err error)

func (*Tag) MarshalTo

func (m *Tag) MarshalTo(dAtA []byte) (int, error)

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) Size

func (m *Tag) Size() (n int)

func (*Tag) String

func (m *Tag) String() string

func (*Tag) Unmarshal

func (m *Tag) Unmarshal(dAtA []byte) error

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tag) XXX_Merge

func (m *Tag) XXX_Merge(src proto.Message)

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

func (m *Tag) XXX_Unmarshal(b []byte) error

type TestCaseFinished

type TestCaseFinished struct {
	PickleId   string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Timestamp  *types.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TestResult *TestResult      `protobuf:"bytes,3,opt,name=testResult,proto3" json:"testResult,omitempty"`
}

func (*TestCaseFinished) Descriptor

func (*TestCaseFinished) Descriptor() ([]byte, []int)

func (*TestCaseFinished) GetPickleId

func (m *TestCaseFinished) GetPickleId() string

func (*TestCaseFinished) GetTestResult added in v2.1.0

func (m *TestCaseFinished) GetTestResult() *TestResult

func (*TestCaseFinished) GetTimestamp

func (m *TestCaseFinished) GetTimestamp() *types.Timestamp

func (*TestCaseFinished) Marshal

func (m *TestCaseFinished) Marshal() (dAtA []byte, err error)

func (*TestCaseFinished) MarshalTo

func (m *TestCaseFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestCaseFinished) ProtoMessage

func (*TestCaseFinished) ProtoMessage()

func (*TestCaseFinished) Reset

func (m *TestCaseFinished) Reset()

func (*TestCaseFinished) Size

func (m *TestCaseFinished) Size() (n int)

func (*TestCaseFinished) String

func (m *TestCaseFinished) String() string

func (*TestCaseFinished) Unmarshal

func (m *TestCaseFinished) Unmarshal(dAtA []byte) error

func (*TestCaseFinished) XXX_DiscardUnknown

func (m *TestCaseFinished) XXX_DiscardUnknown()

func (*TestCaseFinished) XXX_Marshal

func (m *TestCaseFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCaseFinished) XXX_Merge

func (m *TestCaseFinished) XXX_Merge(src proto.Message)

func (*TestCaseFinished) XXX_Size

func (m *TestCaseFinished) XXX_Size() int

func (*TestCaseFinished) XXX_Unmarshal

func (m *TestCaseFinished) XXX_Unmarshal(b []byte) error

type TestCaseHookDefinitionConfig

type TestCaseHookDefinitionConfig struct {
	Id            string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TagExpression string           `protobuf:"bytes,2,opt,name=tagExpression,proto3" json:"tagExpression,omitempty"`
	Location      *SourceReference `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
}

func (*TestCaseHookDefinitionConfig) Descriptor

func (*TestCaseHookDefinitionConfig) Descriptor() ([]byte, []int)

func (*TestCaseHookDefinitionConfig) GetId

func (*TestCaseHookDefinitionConfig) GetLocation

func (*TestCaseHookDefinitionConfig) GetTagExpression

func (m *TestCaseHookDefinitionConfig) GetTagExpression() string

func (*TestCaseHookDefinitionConfig) Marshal

func (m *TestCaseHookDefinitionConfig) Marshal() (dAtA []byte, err error)

func (*TestCaseHookDefinitionConfig) MarshalTo

func (m *TestCaseHookDefinitionConfig) MarshalTo(dAtA []byte) (int, error)

func (*TestCaseHookDefinitionConfig) ProtoMessage

func (*TestCaseHookDefinitionConfig) ProtoMessage()

func (*TestCaseHookDefinitionConfig) Reset

func (m *TestCaseHookDefinitionConfig) Reset()

func (*TestCaseHookDefinitionConfig) Size

func (m *TestCaseHookDefinitionConfig) Size() (n int)

func (*TestCaseHookDefinitionConfig) String

func (*TestCaseHookDefinitionConfig) Unmarshal

func (m *TestCaseHookDefinitionConfig) Unmarshal(dAtA []byte) error

func (*TestCaseHookDefinitionConfig) XXX_DiscardUnknown

func (m *TestCaseHookDefinitionConfig) XXX_DiscardUnknown()

func (*TestCaseHookDefinitionConfig) XXX_Marshal

func (m *TestCaseHookDefinitionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCaseHookDefinitionConfig) XXX_Merge

func (m *TestCaseHookDefinitionConfig) XXX_Merge(src proto.Message)

func (*TestCaseHookDefinitionConfig) XXX_Size

func (m *TestCaseHookDefinitionConfig) XXX_Size() int

func (*TestCaseHookDefinitionConfig) XXX_Unmarshal

func (m *TestCaseHookDefinitionConfig) XXX_Unmarshal(b []byte) error

type TestCasePrepared

type TestCasePrepared struct {
	PickleId string                  `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Steps    []*TestCasePreparedStep `protobuf:"bytes,2,rep,name=steps,proto3" json:"steps,omitempty"`
}

func (*TestCasePrepared) Descriptor

func (*TestCasePrepared) Descriptor() ([]byte, []int)

func (*TestCasePrepared) GetPickleId

func (m *TestCasePrepared) GetPickleId() string

func (*TestCasePrepared) GetSteps

func (m *TestCasePrepared) GetSteps() []*TestCasePreparedStep

func (*TestCasePrepared) Marshal

func (m *TestCasePrepared) Marshal() (dAtA []byte, err error)

func (*TestCasePrepared) MarshalTo

func (m *TestCasePrepared) MarshalTo(dAtA []byte) (int, error)

func (*TestCasePrepared) ProtoMessage

func (*TestCasePrepared) ProtoMessage()

func (*TestCasePrepared) Reset

func (m *TestCasePrepared) Reset()

func (*TestCasePrepared) Size

func (m *TestCasePrepared) Size() (n int)

func (*TestCasePrepared) String

func (m *TestCasePrepared) String() string

func (*TestCasePrepared) Unmarshal

func (m *TestCasePrepared) Unmarshal(dAtA []byte) error

func (*TestCasePrepared) XXX_DiscardUnknown

func (m *TestCasePrepared) XXX_DiscardUnknown()

func (*TestCasePrepared) XXX_Marshal

func (m *TestCasePrepared) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCasePrepared) XXX_Merge

func (m *TestCasePrepared) XXX_Merge(src proto.Message)

func (*TestCasePrepared) XXX_Size

func (m *TestCasePrepared) XXX_Size() int

func (*TestCasePrepared) XXX_Unmarshal

func (m *TestCasePrepared) XXX_Unmarshal(b []byte) error

type TestCasePreparedStep

type TestCasePreparedStep struct {
	SourceLocation *SourceReference `protobuf:"bytes,1,opt,name=sourceLocation,proto3" json:"sourceLocation,omitempty"`
	ActionLocation *SourceReference `protobuf:"bytes,2,opt,name=actionLocation,proto3" json:"actionLocation,omitempty"`
}

func (*TestCasePreparedStep) Descriptor

func (*TestCasePreparedStep) Descriptor() ([]byte, []int)

func (*TestCasePreparedStep) GetActionLocation

func (m *TestCasePreparedStep) GetActionLocation() *SourceReference

func (*TestCasePreparedStep) GetSourceLocation

func (m *TestCasePreparedStep) GetSourceLocation() *SourceReference

func (*TestCasePreparedStep) Marshal

func (m *TestCasePreparedStep) Marshal() (dAtA []byte, err error)

func (*TestCasePreparedStep) MarshalTo

func (m *TestCasePreparedStep) MarshalTo(dAtA []byte) (int, error)

func (*TestCasePreparedStep) ProtoMessage

func (*TestCasePreparedStep) ProtoMessage()

func (*TestCasePreparedStep) Reset

func (m *TestCasePreparedStep) Reset()

func (*TestCasePreparedStep) Size

func (m *TestCasePreparedStep) Size() (n int)

func (*TestCasePreparedStep) String

func (m *TestCasePreparedStep) String() string

func (*TestCasePreparedStep) Unmarshal

func (m *TestCasePreparedStep) Unmarshal(dAtA []byte) error

func (*TestCasePreparedStep) XXX_DiscardUnknown

func (m *TestCasePreparedStep) XXX_DiscardUnknown()

func (*TestCasePreparedStep) XXX_Marshal

func (m *TestCasePreparedStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCasePreparedStep) XXX_Merge

func (m *TestCasePreparedStep) XXX_Merge(src proto.Message)

func (*TestCasePreparedStep) XXX_Size

func (m *TestCasePreparedStep) XXX_Size() int

func (*TestCasePreparedStep) XXX_Unmarshal

func (m *TestCasePreparedStep) XXX_Unmarshal(b []byte) error

type TestCaseStarted

type TestCaseStarted struct {
	PickleId  string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Timestamp *types.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}

func (*TestCaseStarted) Descriptor

func (*TestCaseStarted) Descriptor() ([]byte, []int)

func (*TestCaseStarted) GetPickleId

func (m *TestCaseStarted) GetPickleId() string

func (*TestCaseStarted) GetTimestamp

func (m *TestCaseStarted) GetTimestamp() *types.Timestamp

func (*TestCaseStarted) Marshal

func (m *TestCaseStarted) Marshal() (dAtA []byte, err error)

func (*TestCaseStarted) MarshalTo

func (m *TestCaseStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestCaseStarted) ProtoMessage

func (*TestCaseStarted) ProtoMessage()

func (*TestCaseStarted) Reset

func (m *TestCaseStarted) Reset()

func (*TestCaseStarted) Size

func (m *TestCaseStarted) Size() (n int)

func (*TestCaseStarted) String

func (m *TestCaseStarted) String() string

func (*TestCaseStarted) Unmarshal

func (m *TestCaseStarted) Unmarshal(dAtA []byte) error

func (*TestCaseStarted) XXX_DiscardUnknown

func (m *TestCaseStarted) XXX_DiscardUnknown()

func (*TestCaseStarted) XXX_Marshal

func (m *TestCaseStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestCaseStarted) XXX_Merge

func (m *TestCaseStarted) XXX_Merge(src proto.Message)

func (*TestCaseStarted) XXX_Size

func (m *TestCaseStarted) XXX_Size() int

func (*TestCaseStarted) XXX_Unmarshal

func (m *TestCaseStarted) XXX_Unmarshal(b []byte) error

type TestHookFinished

type TestHookFinished struct {
	PickleId   string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	TestResult *TestResult      `protobuf:"bytes,2,opt,name=testResult,proto3" json:"testResult,omitempty"`
	Timestamp  *types.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}

func (*TestHookFinished) Descriptor

func (*TestHookFinished) Descriptor() ([]byte, []int)

func (*TestHookFinished) GetPickleId

func (m *TestHookFinished) GetPickleId() string

func (*TestHookFinished) GetTestResult

func (m *TestHookFinished) GetTestResult() *TestResult

func (*TestHookFinished) GetTimestamp

func (m *TestHookFinished) GetTimestamp() *types.Timestamp

func (*TestHookFinished) Marshal

func (m *TestHookFinished) Marshal() (dAtA []byte, err error)

func (*TestHookFinished) MarshalTo

func (m *TestHookFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestHookFinished) ProtoMessage

func (*TestHookFinished) ProtoMessage()

func (*TestHookFinished) Reset

func (m *TestHookFinished) Reset()

func (*TestHookFinished) Size

func (m *TestHookFinished) Size() (n int)

func (*TestHookFinished) String

func (m *TestHookFinished) String() string

func (*TestHookFinished) Unmarshal

func (m *TestHookFinished) Unmarshal(dAtA []byte) error

func (*TestHookFinished) XXX_DiscardUnknown

func (m *TestHookFinished) XXX_DiscardUnknown()

func (*TestHookFinished) XXX_Marshal

func (m *TestHookFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestHookFinished) XXX_Merge

func (m *TestHookFinished) XXX_Merge(src proto.Message)

func (*TestHookFinished) XXX_Size

func (m *TestHookFinished) XXX_Size() int

func (*TestHookFinished) XXX_Unmarshal

func (m *TestHookFinished) XXX_Unmarshal(b []byte) error

type TestHookStarted

type TestHookStarted struct {
	PickleId  string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Timestamp *types.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}

func (*TestHookStarted) Descriptor

func (*TestHookStarted) Descriptor() ([]byte, []int)

func (*TestHookStarted) GetPickleId

func (m *TestHookStarted) GetPickleId() string

func (*TestHookStarted) GetTimestamp

func (m *TestHookStarted) GetTimestamp() *types.Timestamp

func (*TestHookStarted) Marshal

func (m *TestHookStarted) Marshal() (dAtA []byte, err error)

func (*TestHookStarted) MarshalTo

func (m *TestHookStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestHookStarted) ProtoMessage

func (*TestHookStarted) ProtoMessage()

func (*TestHookStarted) Reset

func (m *TestHookStarted) Reset()

func (*TestHookStarted) Size

func (m *TestHookStarted) Size() (n int)

func (*TestHookStarted) String

func (m *TestHookStarted) String() string

func (*TestHookStarted) Unmarshal

func (m *TestHookStarted) Unmarshal(dAtA []byte) error

func (*TestHookStarted) XXX_DiscardUnknown

func (m *TestHookStarted) XXX_DiscardUnknown()

func (*TestHookStarted) XXX_Marshal

func (m *TestHookStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestHookStarted) XXX_Merge

func (m *TestHookStarted) XXX_Merge(src proto.Message)

func (*TestHookStarted) XXX_Size

func (m *TestHookStarted) XXX_Size() int

func (*TestHookStarted) XXX_Unmarshal

func (m *TestHookStarted) XXX_Unmarshal(b []byte) error

type TestResult

type TestResult struct {
	Status              Status `protobuf:"varint,1,opt,name=status,proto3,enum=io.cucumber.messages.Status" json:"status,omitempty"`
	Message             string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	DurationNanoseconds uint64 `protobuf:"varint,3,opt,name=durationNanoseconds,proto3" json:"durationNanoseconds,omitempty"`
}

func (*TestResult) Descriptor

func (*TestResult) Descriptor() ([]byte, []int)

func (*TestResult) GetDurationNanoseconds

func (m *TestResult) GetDurationNanoseconds() uint64

func (*TestResult) GetMessage

func (m *TestResult) GetMessage() string

func (*TestResult) GetStatus

func (m *TestResult) GetStatus() Status

func (*TestResult) Marshal

func (m *TestResult) Marshal() (dAtA []byte, err error)

func (*TestResult) MarshalTo

func (m *TestResult) MarshalTo(dAtA []byte) (int, error)

func (*TestResult) ProtoMessage

func (*TestResult) ProtoMessage()

func (*TestResult) Reset

func (m *TestResult) Reset()

func (*TestResult) Size

func (m *TestResult) Size() (n int)

func (*TestResult) String

func (m *TestResult) String() string

func (*TestResult) Unmarshal

func (m *TestResult) Unmarshal(dAtA []byte) error

func (*TestResult) XXX_DiscardUnknown

func (m *TestResult) XXX_DiscardUnknown()

func (*TestResult) XXX_Marshal

func (m *TestResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestResult) XXX_Merge

func (m *TestResult) XXX_Merge(src proto.Message)

func (*TestResult) XXX_Size

func (m *TestResult) XXX_Size() int

func (*TestResult) XXX_Unmarshal

func (m *TestResult) XXX_Unmarshal(b []byte) error

type TestRunFinished

type TestRunFinished struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
}

func (*TestRunFinished) Descriptor

func (*TestRunFinished) Descriptor() ([]byte, []int)

func (*TestRunFinished) GetSuccess

func (m *TestRunFinished) GetSuccess() bool

func (*TestRunFinished) Marshal

func (m *TestRunFinished) Marshal() (dAtA []byte, err error)

func (*TestRunFinished) MarshalTo

func (m *TestRunFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestRunFinished) ProtoMessage

func (*TestRunFinished) ProtoMessage()

func (*TestRunFinished) Reset

func (m *TestRunFinished) Reset()

func (*TestRunFinished) Size

func (m *TestRunFinished) Size() (n int)

func (*TestRunFinished) String

func (m *TestRunFinished) String() string

func (*TestRunFinished) Unmarshal

func (m *TestRunFinished) Unmarshal(dAtA []byte) error

func (*TestRunFinished) XXX_DiscardUnknown

func (m *TestRunFinished) XXX_DiscardUnknown()

func (*TestRunFinished) XXX_Marshal

func (m *TestRunFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestRunFinished) XXX_Merge

func (m *TestRunFinished) XXX_Merge(src proto.Message)

func (*TestRunFinished) XXX_Size

func (m *TestRunFinished) XXX_Size() int

func (*TestRunFinished) XXX_Unmarshal

func (m *TestRunFinished) XXX_Unmarshal(b []byte) error

type TestRunStarted

type TestRunStarted struct {
}

func (*TestRunStarted) Descriptor

func (*TestRunStarted) Descriptor() ([]byte, []int)

func (*TestRunStarted) Marshal

func (m *TestRunStarted) Marshal() (dAtA []byte, err error)

func (*TestRunStarted) MarshalTo

func (m *TestRunStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestRunStarted) ProtoMessage

func (*TestRunStarted) ProtoMessage()

func (*TestRunStarted) Reset

func (m *TestRunStarted) Reset()

func (*TestRunStarted) Size

func (m *TestRunStarted) Size() (n int)

func (*TestRunStarted) String

func (m *TestRunStarted) String() string

func (*TestRunStarted) Unmarshal

func (m *TestRunStarted) Unmarshal(dAtA []byte) error

func (*TestRunStarted) XXX_DiscardUnknown

func (m *TestRunStarted) XXX_DiscardUnknown()

func (*TestRunStarted) XXX_Marshal

func (m *TestRunStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestRunStarted) XXX_Merge

func (m *TestRunStarted) XXX_Merge(src proto.Message)

func (*TestRunStarted) XXX_Size

func (m *TestRunStarted) XXX_Size() int

func (*TestRunStarted) XXX_Unmarshal

func (m *TestRunStarted) XXX_Unmarshal(b []byte) error

type TestStepFinished

type TestStepFinished struct {
	PickleId   string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Index      uint32           `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	TestResult *TestResult      `protobuf:"bytes,3,opt,name=testResult,proto3" json:"testResult,omitempty"`
	Timestamp  *types.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}

func (*TestStepFinished) Descriptor

func (*TestStepFinished) Descriptor() ([]byte, []int)

func (*TestStepFinished) GetIndex

func (m *TestStepFinished) GetIndex() uint32

func (*TestStepFinished) GetPickleId

func (m *TestStepFinished) GetPickleId() string

func (*TestStepFinished) GetTestResult

func (m *TestStepFinished) GetTestResult() *TestResult

func (*TestStepFinished) GetTimestamp

func (m *TestStepFinished) GetTimestamp() *types.Timestamp

func (*TestStepFinished) Marshal

func (m *TestStepFinished) Marshal() (dAtA []byte, err error)

func (*TestStepFinished) MarshalTo

func (m *TestStepFinished) MarshalTo(dAtA []byte) (int, error)

func (*TestStepFinished) ProtoMessage

func (*TestStepFinished) ProtoMessage()

func (*TestStepFinished) Reset

func (m *TestStepFinished) Reset()

func (*TestStepFinished) Size

func (m *TestStepFinished) Size() (n int)

func (*TestStepFinished) String

func (m *TestStepFinished) String() string

func (*TestStepFinished) Unmarshal

func (m *TestStepFinished) Unmarshal(dAtA []byte) error

func (*TestStepFinished) XXX_DiscardUnknown

func (m *TestStepFinished) XXX_DiscardUnknown()

func (*TestStepFinished) XXX_Marshal

func (m *TestStepFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestStepFinished) XXX_Merge

func (m *TestStepFinished) XXX_Merge(src proto.Message)

func (*TestStepFinished) XXX_Size

func (m *TestStepFinished) XXX_Size() int

func (*TestStepFinished) XXX_Unmarshal

func (m *TestStepFinished) XXX_Unmarshal(b []byte) error

type TestStepStarted

type TestStepStarted struct {
	PickleId  string           `protobuf:"bytes,1,opt,name=pickleId,proto3" json:"pickleId,omitempty"`
	Index     uint32           `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Timestamp *types.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
}

func (*TestStepStarted) Descriptor

func (*TestStepStarted) Descriptor() ([]byte, []int)

func (*TestStepStarted) GetIndex

func (m *TestStepStarted) GetIndex() uint32

func (*TestStepStarted) GetPickleId

func (m *TestStepStarted) GetPickleId() string

func (*TestStepStarted) GetTimestamp

func (m *TestStepStarted) GetTimestamp() *types.Timestamp

func (*TestStepStarted) Marshal

func (m *TestStepStarted) Marshal() (dAtA []byte, err error)

func (*TestStepStarted) MarshalTo

func (m *TestStepStarted) MarshalTo(dAtA []byte) (int, error)

func (*TestStepStarted) ProtoMessage

func (*TestStepStarted) ProtoMessage()

func (*TestStepStarted) Reset

func (m *TestStepStarted) Reset()

func (*TestStepStarted) Size

func (m *TestStepStarted) Size() (n int)

func (*TestStepStarted) String

func (m *TestStepStarted) String() string

func (*TestStepStarted) Unmarshal

func (m *TestStepStarted) Unmarshal(dAtA []byte) error

func (*TestStepStarted) XXX_DiscardUnknown

func (m *TestStepStarted) XXX_DiscardUnknown()

func (*TestStepStarted) XXX_Marshal

func (m *TestStepStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TestStepStarted) XXX_Merge

func (m *TestStepStarted) XXX_Merge(src proto.Message)

func (*TestStepStarted) XXX_Size

func (m *TestStepStarted) XXX_Size() int

func (*TestStepStarted) XXX_Unmarshal

func (m *TestStepStarted) XXX_Unmarshal(b []byte) error

type UriToLinesMapping

type UriToLinesMapping struct {
	AbsolutePath string   `protobuf:"bytes,1,opt,name=absolutePath,proto3" json:"absolutePath,omitempty"`
	Lines        []uint64 `protobuf:"varint,2,rep,packed,name=lines,proto3" json:"lines,omitempty"`
}

func (*UriToLinesMapping) Descriptor

func (*UriToLinesMapping) Descriptor() ([]byte, []int)

func (*UriToLinesMapping) GetAbsolutePath

func (m *UriToLinesMapping) GetAbsolutePath() string

func (*UriToLinesMapping) GetLines

func (m *UriToLinesMapping) GetLines() []uint64

func (*UriToLinesMapping) Marshal

func (m *UriToLinesMapping) Marshal() (dAtA []byte, err error)

func (*UriToLinesMapping) MarshalTo

func (m *UriToLinesMapping) MarshalTo(dAtA []byte) (int, error)

func (*UriToLinesMapping) ProtoMessage

func (*UriToLinesMapping) ProtoMessage()

func (*UriToLinesMapping) Reset

func (m *UriToLinesMapping) Reset()

func (*UriToLinesMapping) Size

func (m *UriToLinesMapping) Size() (n int)

func (*UriToLinesMapping) String

func (m *UriToLinesMapping) String() string

func (*UriToLinesMapping) Unmarshal

func (m *UriToLinesMapping) Unmarshal(dAtA []byte) error

func (*UriToLinesMapping) XXX_DiscardUnknown

func (m *UriToLinesMapping) XXX_DiscardUnknown()

func (*UriToLinesMapping) XXX_Marshal

func (m *UriToLinesMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UriToLinesMapping) XXX_Merge

func (m *UriToLinesMapping) XXX_Merge(src proto.Message)

func (*UriToLinesMapping) XXX_Size

func (m *UriToLinesMapping) XXX_Size() int

func (*UriToLinesMapping) XXX_Unmarshal

func (m *UriToLinesMapping) XXX_Unmarshal(b []byte) error

type Wrapper

type Wrapper struct {
	// Types that are valid to be assigned to Message:
	//	*Wrapper_Source
	//	*Wrapper_GherkinDocument
	//	*Wrapper_Pickle
	//	*Wrapper_Attachment
	//	*Wrapper_TestCaseStarted
	//	*Wrapper_TestStepStarted
	//	*Wrapper_TestStepFinished
	//	*Wrapper_TestCaseFinished
	//	*Wrapper_TestHookStarted
	//	*Wrapper_TestHookFinished
	//	*Wrapper_PickleAccepted
	//	*Wrapper_PickleRejected
	//	*Wrapper_TestCasePrepared
	//	*Wrapper_TestRunStarted
	//	*Wrapper_TestRunFinished
	//	*Wrapper_CommandStart
	//	*Wrapper_CommandActionComplete
	//	*Wrapper_CommandRunBeforeTestRunHooks
	//	*Wrapper_CommandInitializeTestCase
	//	*Wrapper_CommandRunBeforeTestCaseHook
	//	*Wrapper_CommandRunTestStep
	//	*Wrapper_CommandRunAfterTestCaseHook
	//	*Wrapper_CommandRunAfterTestRunHooks
	//	*Wrapper_CommandGenerateSnippet
	//	*Wrapper_CommandError
	Message isWrapper_Message `protobuf_oneof:"message"`
}

All messages sent between processes must be of type Wrapper

func (*Wrapper) Descriptor

func (*Wrapper) Descriptor() ([]byte, []int)

func (*Wrapper) GetAttachment

func (m *Wrapper) GetAttachment() *Attachment

func (*Wrapper) GetCommandActionComplete

func (m *Wrapper) GetCommandActionComplete() *CommandActionComplete

func (*Wrapper) GetCommandError

func (m *Wrapper) GetCommandError() string

func (*Wrapper) GetCommandGenerateSnippet

func (m *Wrapper) GetCommandGenerateSnippet() *CommandGenerateSnippet

func (*Wrapper) GetCommandInitializeTestCase

func (m *Wrapper) GetCommandInitializeTestCase() *CommandInitializeTestCase

func (*Wrapper) GetCommandRunAfterTestCaseHook

func (m *Wrapper) GetCommandRunAfterTestCaseHook() *CommandRunAfterTestCaseHook

func (*Wrapper) GetCommandRunAfterTestRunHooks

func (m *Wrapper) GetCommandRunAfterTestRunHooks() *CommandRunAfterTestRunHooks

func (*Wrapper) GetCommandRunBeforeTestCaseHook

func (m *Wrapper) GetCommandRunBeforeTestCaseHook() *CommandRunBeforeTestCaseHook

func (*Wrapper) GetCommandRunBeforeTestRunHooks

func (m *Wrapper) GetCommandRunBeforeTestRunHooks() *CommandRunBeforeTestRunHooks

func (*Wrapper) GetCommandRunTestStep

func (m *Wrapper) GetCommandRunTestStep() *CommandRunTestStep

func (*Wrapper) GetCommandStart

func (m *Wrapper) GetCommandStart() *CommandStart

func (*Wrapper) GetGherkinDocument

func (m *Wrapper) GetGherkinDocument() *GherkinDocument

func (*Wrapper) GetMessage

func (m *Wrapper) GetMessage() isWrapper_Message

func (*Wrapper) GetPickle

func (m *Wrapper) GetPickle() *Pickle

func (*Wrapper) GetPickleAccepted

func (m *Wrapper) GetPickleAccepted() *PickleAccepted

func (*Wrapper) GetPickleRejected

func (m *Wrapper) GetPickleRejected() *PickleRejected

func (*Wrapper) GetSource

func (m *Wrapper) GetSource() *Source

func (*Wrapper) GetTestCaseFinished

func (m *Wrapper) GetTestCaseFinished() *TestCaseFinished

func (*Wrapper) GetTestCasePrepared

func (m *Wrapper) GetTestCasePrepared() *TestCasePrepared

func (*Wrapper) GetTestCaseStarted

func (m *Wrapper) GetTestCaseStarted() *TestCaseStarted

func (*Wrapper) GetTestHookFinished

func (m *Wrapper) GetTestHookFinished() *TestHookFinished

func (*Wrapper) GetTestHookStarted

func (m *Wrapper) GetTestHookStarted() *TestHookStarted

func (*Wrapper) GetTestRunFinished

func (m *Wrapper) GetTestRunFinished() *TestRunFinished

func (*Wrapper) GetTestRunStarted

func (m *Wrapper) GetTestRunStarted() *TestRunStarted

func (*Wrapper) GetTestStepFinished

func (m *Wrapper) GetTestStepFinished() *TestStepFinished

func (*Wrapper) GetTestStepStarted

func (m *Wrapper) GetTestStepStarted() *TestStepStarted

func (*Wrapper) Marshal

func (m *Wrapper) Marshal() (dAtA []byte, err error)

func (*Wrapper) MarshalTo

func (m *Wrapper) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper) ProtoMessage

func (*Wrapper) ProtoMessage()

func (*Wrapper) Reset

func (m *Wrapper) Reset()

func (*Wrapper) Size

func (m *Wrapper) Size() (n int)

func (*Wrapper) String

func (m *Wrapper) String() string

func (*Wrapper) Unmarshal

func (m *Wrapper) Unmarshal(dAtA []byte) error

func (*Wrapper) XXX_DiscardUnknown

func (m *Wrapper) XXX_DiscardUnknown()

func (*Wrapper) XXX_Marshal

func (m *Wrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Wrapper) XXX_Merge

func (m *Wrapper) XXX_Merge(src proto.Message)

func (*Wrapper) XXX_OneofFuncs

func (*Wrapper) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Wrapper) XXX_Size

func (m *Wrapper) XXX_Size() int

func (*Wrapper) XXX_Unmarshal

func (m *Wrapper) XXX_Unmarshal(b []byte) error

type Wrapper_Attachment

type Wrapper_Attachment struct {
	Attachment *Attachment `protobuf:"bytes,4,opt,name=attachment,proto3,oneof"`
}

func (*Wrapper_Attachment) MarshalTo

func (m *Wrapper_Attachment) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_Attachment) Size

func (m *Wrapper_Attachment) Size() (n int)

type Wrapper_CommandActionComplete

type Wrapper_CommandActionComplete struct {
	CommandActionComplete *CommandActionComplete `protobuf:"bytes,17,opt,name=commandActionComplete,proto3,oneof"`
}

func (*Wrapper_CommandActionComplete) MarshalTo

func (m *Wrapper_CommandActionComplete) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandActionComplete) Size

func (m *Wrapper_CommandActionComplete) Size() (n int)

type Wrapper_CommandError

type Wrapper_CommandError struct {
	CommandError string `protobuf:"bytes,25,opt,name=commandError,proto3,oneof"`
}

func (*Wrapper_CommandError) MarshalTo

func (m *Wrapper_CommandError) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandError) Size

func (m *Wrapper_CommandError) Size() (n int)

type Wrapper_CommandGenerateSnippet

type Wrapper_CommandGenerateSnippet struct {
	CommandGenerateSnippet *CommandGenerateSnippet `protobuf:"bytes,24,opt,name=commandGenerateSnippet,proto3,oneof"`
}

func (*Wrapper_CommandGenerateSnippet) MarshalTo

func (m *Wrapper_CommandGenerateSnippet) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandGenerateSnippet) Size

func (m *Wrapper_CommandGenerateSnippet) Size() (n int)

type Wrapper_CommandInitializeTestCase

type Wrapper_CommandInitializeTestCase struct {
	CommandInitializeTestCase *CommandInitializeTestCase `protobuf:"bytes,19,opt,name=commandInitializeTestCase,proto3,oneof"`
}

func (*Wrapper_CommandInitializeTestCase) MarshalTo

func (m *Wrapper_CommandInitializeTestCase) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandInitializeTestCase) Size

func (m *Wrapper_CommandInitializeTestCase) Size() (n int)

type Wrapper_CommandRunAfterTestCaseHook

type Wrapper_CommandRunAfterTestCaseHook struct {
	CommandRunAfterTestCaseHook *CommandRunAfterTestCaseHook `protobuf:"bytes,22,opt,name=commandRunAfterTestCaseHook,proto3,oneof"`
}

func (*Wrapper_CommandRunAfterTestCaseHook) MarshalTo

func (m *Wrapper_CommandRunAfterTestCaseHook) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandRunAfterTestCaseHook) Size

type Wrapper_CommandRunAfterTestRunHooks

type Wrapper_CommandRunAfterTestRunHooks struct {
	CommandRunAfterTestRunHooks *CommandRunAfterTestRunHooks `protobuf:"bytes,23,opt,name=commandRunAfterTestRunHooks,proto3,oneof"`
}

func (*Wrapper_CommandRunAfterTestRunHooks) MarshalTo

func (m *Wrapper_CommandRunAfterTestRunHooks) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandRunAfterTestRunHooks) Size

type Wrapper_CommandRunBeforeTestCaseHook

type Wrapper_CommandRunBeforeTestCaseHook struct {
	CommandRunBeforeTestCaseHook *CommandRunBeforeTestCaseHook `protobuf:"bytes,20,opt,name=commandRunBeforeTestCaseHook,proto3,oneof"`
}

func (*Wrapper_CommandRunBeforeTestCaseHook) MarshalTo

func (m *Wrapper_CommandRunBeforeTestCaseHook) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandRunBeforeTestCaseHook) Size

type Wrapper_CommandRunBeforeTestRunHooks

type Wrapper_CommandRunBeforeTestRunHooks struct {
	CommandRunBeforeTestRunHooks *CommandRunBeforeTestRunHooks `protobuf:"bytes,18,opt,name=commandRunBeforeTestRunHooks,proto3,oneof"`
}

func (*Wrapper_CommandRunBeforeTestRunHooks) MarshalTo

func (m *Wrapper_CommandRunBeforeTestRunHooks) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandRunBeforeTestRunHooks) Size

type Wrapper_CommandRunTestStep

type Wrapper_CommandRunTestStep struct {
	CommandRunTestStep *CommandRunTestStep `protobuf:"bytes,21,opt,name=commandRunTestStep,proto3,oneof"`
}

func (*Wrapper_CommandRunTestStep) MarshalTo

func (m *Wrapper_CommandRunTestStep) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandRunTestStep) Size

func (m *Wrapper_CommandRunTestStep) Size() (n int)

type Wrapper_CommandStart

type Wrapper_CommandStart struct {
	CommandStart *CommandStart `protobuf:"bytes,16,opt,name=commandStart,proto3,oneof"`
}

func (*Wrapper_CommandStart) MarshalTo

func (m *Wrapper_CommandStart) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_CommandStart) Size

func (m *Wrapper_CommandStart) Size() (n int)

type Wrapper_GherkinDocument

type Wrapper_GherkinDocument struct {
	GherkinDocument *GherkinDocument `protobuf:"bytes,2,opt,name=gherkinDocument,proto3,oneof"`
}

func (*Wrapper_GherkinDocument) MarshalTo

func (m *Wrapper_GherkinDocument) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_GherkinDocument) Size

func (m *Wrapper_GherkinDocument) Size() (n int)

type Wrapper_Pickle

type Wrapper_Pickle struct {
	Pickle *Pickle `protobuf:"bytes,3,opt,name=pickle,proto3,oneof"`
}

func (*Wrapper_Pickle) MarshalTo

func (m *Wrapper_Pickle) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_Pickle) Size

func (m *Wrapper_Pickle) Size() (n int)

type Wrapper_PickleAccepted

type Wrapper_PickleAccepted struct {
	PickleAccepted *PickleAccepted `protobuf:"bytes,11,opt,name=pickleAccepted,proto3,oneof"`
}

func (*Wrapper_PickleAccepted) MarshalTo

func (m *Wrapper_PickleAccepted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_PickleAccepted) Size

func (m *Wrapper_PickleAccepted) Size() (n int)

type Wrapper_PickleRejected

type Wrapper_PickleRejected struct {
	PickleRejected *PickleRejected `protobuf:"bytes,12,opt,name=pickleRejected,proto3,oneof"`
}

func (*Wrapper_PickleRejected) MarshalTo

func (m *Wrapper_PickleRejected) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_PickleRejected) Size

func (m *Wrapper_PickleRejected) Size() (n int)

type Wrapper_Source

type Wrapper_Source struct {
	Source *Source `protobuf:"bytes,1,opt,name=source,proto3,oneof"`
}

func (*Wrapper_Source) MarshalTo

func (m *Wrapper_Source) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_Source) Size

func (m *Wrapper_Source) Size() (n int)

type Wrapper_TestCaseFinished

type Wrapper_TestCaseFinished struct {
	TestCaseFinished *TestCaseFinished `protobuf:"bytes,8,opt,name=testCaseFinished,proto3,oneof"`
}

func (*Wrapper_TestCaseFinished) MarshalTo

func (m *Wrapper_TestCaseFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestCaseFinished) Size

func (m *Wrapper_TestCaseFinished) Size() (n int)

type Wrapper_TestCasePrepared

type Wrapper_TestCasePrepared struct {
	TestCasePrepared *TestCasePrepared `protobuf:"bytes,13,opt,name=testCasePrepared,proto3,oneof"`
}

func (*Wrapper_TestCasePrepared) MarshalTo

func (m *Wrapper_TestCasePrepared) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestCasePrepared) Size

func (m *Wrapper_TestCasePrepared) Size() (n int)

type Wrapper_TestCaseStarted

type Wrapper_TestCaseStarted struct {
	TestCaseStarted *TestCaseStarted `protobuf:"bytes,5,opt,name=testCaseStarted,proto3,oneof"`
}

func (*Wrapper_TestCaseStarted) MarshalTo

func (m *Wrapper_TestCaseStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestCaseStarted) Size

func (m *Wrapper_TestCaseStarted) Size() (n int)

type Wrapper_TestHookFinished

type Wrapper_TestHookFinished struct {
	TestHookFinished *TestHookFinished `protobuf:"bytes,10,opt,name=testHookFinished,proto3,oneof"`
}

func (*Wrapper_TestHookFinished) MarshalTo

func (m *Wrapper_TestHookFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestHookFinished) Size

func (m *Wrapper_TestHookFinished) Size() (n int)

type Wrapper_TestHookStarted

type Wrapper_TestHookStarted struct {
	TestHookStarted *TestHookStarted `protobuf:"bytes,9,opt,name=testHookStarted,proto3,oneof"`
}

func (*Wrapper_TestHookStarted) MarshalTo

func (m *Wrapper_TestHookStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestHookStarted) Size

func (m *Wrapper_TestHookStarted) Size() (n int)

type Wrapper_TestRunFinished

type Wrapper_TestRunFinished struct {
	TestRunFinished *TestRunFinished `protobuf:"bytes,15,opt,name=testRunFinished,proto3,oneof"`
}

func (*Wrapper_TestRunFinished) MarshalTo

func (m *Wrapper_TestRunFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestRunFinished) Size

func (m *Wrapper_TestRunFinished) Size() (n int)

type Wrapper_TestRunStarted

type Wrapper_TestRunStarted struct {
	TestRunStarted *TestRunStarted `protobuf:"bytes,14,opt,name=testRunStarted,proto3,oneof"`
}

func (*Wrapper_TestRunStarted) MarshalTo

func (m *Wrapper_TestRunStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestRunStarted) Size

func (m *Wrapper_TestRunStarted) Size() (n int)

type Wrapper_TestStepFinished

type Wrapper_TestStepFinished struct {
	TestStepFinished *TestStepFinished `protobuf:"bytes,7,opt,name=testStepFinished,proto3,oneof"`
}

func (*Wrapper_TestStepFinished) MarshalTo

func (m *Wrapper_TestStepFinished) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestStepFinished) Size

func (m *Wrapper_TestStepFinished) Size() (n int)

type Wrapper_TestStepStarted

type Wrapper_TestStepStarted struct {
	TestStepStarted *TestStepStarted `protobuf:"bytes,6,opt,name=testStepStarted,proto3,oneof"`
}

func (*Wrapper_TestStepStarted) MarshalTo

func (m *Wrapper_TestStepStarted) MarshalTo(dAtA []byte) (int, error)

func (*Wrapper_TestStepStarted) Size

func (m *Wrapper_TestStepStarted) Size() (n int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL