Documentation ¶
Index ¶
- func LacksJSONKey(t assert.TestingT, object interface{}, key string)
- func MatchesJSONBytes(t assert.TestingT, object interface{}, expectedJSON []byte)
- func MatchesJSONMap(t assert.TestingT, object interface{}, expectedJSON map[string]interface{})
- func MatchesJSONString(t assert.TestingT, object interface{}, expectedJSON string)
- type MatchPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LacksJSONKey ¶
func MatchesJSONBytes ¶
func MatchesJSONMap ¶
func MatchesJSONString ¶
Types ¶
type MatchPath ¶
type MatchPath string
MatchPath is a GomegaMatcher for filepaths, on Unix systems paths are compared unmodified. On Windows, Unix absolute paths (leading '/') are converted to Windows absolute paths using the current working directory for the volume name.
func (MatchPath) FailureMessage ¶
func (MatchPath) NegatedFailureMessage ¶
Click to show internal directories.
Click to hide internal directories.