MCPcopy Create free account
hub / github.com/expr-lang/expr / BoolAssertionFunc

FuncType BoolAssertionFunc

internal/testify/assert/assertions.go:42–42  ·  view source on GitHub ↗

BoolAssertionFunc is a common function prototype when validating a bool value. Can be useful for table driven tests.

func(TestingT, bool, ...interface{}) bool

Source from the content-addressed store, hash-verified

40// BoolAssertionFunc is a common function prototype when validating a bool value. Can be useful
41// for table driven tests.
42type BoolAssertionFunc func(TestingT, bool, ...interface{}) bool
43
44// ErrorAssertionFunc is a common function prototype when validating an error value. Can be useful
45// for table driven tests.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…