Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffEq ¶ added in v0.5.0
func DiffEq(x interface{}) types.GomegaMatcher
DiffEq will verify cmp.Diff(expected, actual) == "" using github.com/google/go-cmp/cmp.
Types ¶
type LogMatcher ¶
type LogMatcher interface { types.GomegaMatcher WithLevel(int) LogMatcher WithLogFunc(string) LogMatcher }
LogMatcher is a Gomega matcher for logs.
func LogContains ¶
func LogContains(values ...interface{}) LogMatcher
LogContains verifies that LogEntry matches the specified values.
Click to show internal directories.
Click to hide internal directories.