Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchExpected ¶
func MatchExpected(expected any, opts ...cmp.Option) types.GomegaMatcher
MatchExpected ensures that `cmp.Diff(actual, expected)` returns nothing. Usage looks like:
Expect(actual).To(MatchExpected(expected))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.