Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertType ¶
func AssertValue ¶
Types ¶
type Request ¶
type Request struct {
// Subtest Name
Name string
// Request Method
Method string
// Request Path
Path string
// Request Body
Body interface{}
// Request Headers
Headers *map[string]string
// Response Body
Response interface{}
// Response Code
ResponseCode int
// Response headers
ResponseHeaders *map[string]string
}
Click to show internal directories.
Click to hide internal directories.