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 BeDir
- type MatchPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LacksJSONKey ¶
func MatchesJSONBytes ¶
func MatchesJSONMap ¶
func MatchesJSONString ¶
Types ¶
type BeDir ¶ added in v0.0.516
type BeDir struct {
}
func (BeDir) FailureMessage ¶ added in v0.0.516
FailureMessage (actual interface{}) (message string)
func (BeDir) NegatedFailureMessage ¶ added in v0.0.516
NegatedFailureMessage (actual interface{}) (message string)
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.