Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expect ¶
type Expect struct { Code string `yaml:"code"` Header yaml.MapSlice `yaml:"header"` Body interface{} `yaml:"body"` }
Expect represents expected response values.
type HTTP ¶
type HTTP struct{}
HTTP is a protocol type for the scenarigo step.
func (*HTTP) UnmarshalExpect ¶
func (p *HTTP) UnmarshalExpect(b []byte) (protocol.AssertionBuilder, error)
UnmarshalExpect implements protocol.Protocol interface.
Click to show internal directories.
Click to hide internal directories.