Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { Name string Request func(*testing.T) *http.Request Response func(*testing.T) *http.Response }
func (*Operation) TestMethodName ¶
func (*Operation) UnmarshalJSON ¶
type TestManifest ¶
type TestManifest struct { JsonTestData []struct { Data string `json:"data"` } `json:"jsonTestData"` SchemaTestData []struct { Schema string `json:"schema"` Data string `json:"data"` } `json:"schemaTestData"` WireProtocolTestData []WireProtocolTestData `json:"wireProtocolTestData"` }
func ReadTestManifest ¶
func ReadTestManifest() *TestManifest
type WireProtocolTestData ¶
func (*WireProtocolTestData) UnmarshalJSON ¶
func (d *WireProtocolTestData) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.