Documentation ¶
Index ¶
- func MatchStatusCode(expected any, matchMessage ...types.GomegaMatcher) types.GomegaMatcher
- func Must[T any](t T, err ...error) T
- type ProtoMatcher
- func (matcher *ProtoMatcher) FailureMessage(actual any) (message string)
- func (matcher *ProtoMatcher) Match(actual any) (success bool, err error)
- func (matcher *ProtoMatcher) Matches(x interface{}) bool
- func (matcher *ProtoMatcher) NegatedFailureMessage(actual any) (message string)
- func (matcher *ProtoMatcher) String() string
- type Session
- type StatusCodeMatcher
- func (m *StatusCodeMatcher) FailureMessage(actual any) (message string)
- func (m *StatusCodeMatcher) Match(actual any) (success bool, err error)
- func (m *StatusCodeMatcher) Matches(x interface{}) bool
- func (m *StatusCodeMatcher) NegatedFailureMessage(actual any) (message string)
- func (m *StatusCodeMatcher) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchStatusCode ¶ added in v0.9.0
func MatchStatusCode(expected any, matchMessage ...types.GomegaMatcher) types.GomegaMatcher
Types ¶
type ProtoMatcher ¶ added in v0.6.0
func ProtoEqual ¶ added in v0.6.0
func ProtoEqual(expected proto.Message) *ProtoMatcher
func (*ProtoMatcher) FailureMessage ¶ added in v0.6.0
func (matcher *ProtoMatcher) FailureMessage(actual any) (message string)
func (*ProtoMatcher) Match ¶ added in v0.6.0
func (matcher *ProtoMatcher) Match(actual any) (success bool, err error)
func (*ProtoMatcher) Matches ¶ added in v0.12.0
func (matcher *ProtoMatcher) Matches(x interface{}) bool
implements gomock.Matcher
func (*ProtoMatcher) NegatedFailureMessage ¶ added in v0.6.0
func (matcher *ProtoMatcher) NegatedFailureMessage(actual any) (message string)
func (*ProtoMatcher) String ¶ added in v0.12.0
func (matcher *ProtoMatcher) String() string
implements gomock.Matcher
type StatusCodeMatcher ¶ added in v0.9.0
type StatusCodeMatcher struct { Expected any // contains filtered or unexported fields }
func (*StatusCodeMatcher) FailureMessage ¶ added in v0.9.0
func (m *StatusCodeMatcher) FailureMessage(actual any) (message string)
func (*StatusCodeMatcher) Match ¶ added in v0.9.0
func (m *StatusCodeMatcher) Match(actual any) (success bool, err error)
func (*StatusCodeMatcher) Matches ¶ added in v0.12.0
func (m *StatusCodeMatcher) Matches(x interface{}) bool
implements gomock.Matcher
func (*StatusCodeMatcher) NegatedFailureMessage ¶ added in v0.9.0
func (m *StatusCodeMatcher) NegatedFailureMessage(actual any) (message string)
func (*StatusCodeMatcher) String ¶ added in v0.12.0
func (m *StatusCodeMatcher) String() string
implements gomock.Matcher
Click to show internal directories.
Click to hide internal directories.