Versions in this module Expand all Collapse all v1 v1.1.0 Mar 26, 2017 Changes in this version + func Ignore() types.GomegaMatcher + func MatchAllElements(identifier Identifier, elements Elements) types.GomegaMatcher + func MatchAllFields(fields Fields) types.GomegaMatcher + func MatchElements(identifier Identifier, options Options, elements Elements) types.GomegaMatcher + func MatchFields(options Options, fields Fields) types.GomegaMatcher + func PointTo(matcher types.GomegaMatcher) types.GomegaMatcher + func Reject() types.GomegaMatcher + type Elements map[string]types.GomegaMatcher + type ElementsMatcher struct + AllowDuplicates bool + Elements Elements + Identifier Identifier + IgnoreExtras bool + IgnoreMissing bool + func (m *ElementsMatcher) FailureMessage(actual interface{}) (message string) + func (m *ElementsMatcher) Failures() []error + func (m *ElementsMatcher) Match(actual interface{}) (success bool, err error) + func (m *ElementsMatcher) NegatedFailureMessage(actual interface{}) (message string) + type Fields map[string]types.GomegaMatcher + type FieldsMatcher struct + Fields Fields + IgnoreExtras bool + IgnoreMissing bool + func (m *FieldsMatcher) FailureMessage(actual interface{}) (message string) + func (m *FieldsMatcher) Failures() []error + func (m *FieldsMatcher) Match(actual interface{}) (success bool, err error) + func (m *FieldsMatcher) NegatedFailureMessage(actual interface{}) (message string) + type Identifier func(element interface{}) string + type IgnoreMatcher struct + Succeed bool + func (m *IgnoreMatcher) FailureMessage(_ interface{}) (message string) + func (m *IgnoreMatcher) Match(actual interface{}) (bool, error) + func (m *IgnoreMatcher) NegatedFailureMessage(_ interface{}) (message string) + type Options int + const AllowDuplicates + const IgnoreExtras + const IgnoreMissing + type PointerMatcher struct + Matcher types.GomegaMatcher + func (m *PointerMatcher) FailureMessage(_ interface{}) (message string) + func (m *PointerMatcher) Match(actual interface{}) (bool, error) + func (m *PointerMatcher) NegatedFailureMessage(actual interface{}) (message string)