Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HaveHTTPHeader ¶ added in v1.0.0
func HaveHTTPHeader(key, expected string) types.GomegaMatcher
func MustMarshalJSON ¶ added in v1.0.0
func MustMarshalJSON(v interface{}) []byte
Types ¶
type HTTPHeaderMatcher ¶ added in v1.0.0
func (*HTTPHeaderMatcher) FailureMessage ¶ added in v1.0.0
func (h *HTTPHeaderMatcher) FailureMessage(actual interface{}) (message string)
func (*HTTPHeaderMatcher) Match ¶ added in v1.0.0
func (h *HTTPHeaderMatcher) Match(actual interface{}) (bool, error)
func (*HTTPHeaderMatcher) NegatedFailureMessage ¶ added in v1.0.0
func (h *HTTPHeaderMatcher) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.