MCPcopy
hub / github.com/expr-lang/expr / TestingT

Interface TestingT

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

go:generate sh -c "cd ../_codegen && go build && cd - && ../_codegen/_codegen -output-package=assert -template=assertion_format.go.tmpl" TestingT is an interface wrapper around *testing.T

Source from the content-addressed store, hash-verified

26
27// TestingT is an interface wrapper around *testing.T
28type TestingT interface {
29 Errorf(format string, args ...interface{})
30}
31
32// ComparisonAssertionFunc is a common function prototype when comparing two values. Can be useful
33// for table driven tests.

Callers

nothing calls this directly

Implementers 5

mockFailNowTestingTinternal/testify/assert/assertions_tes
CollectTinternal/testify/assert/assertions.go
Assertionsinternal/testify/assert/forward_assert
Assertionsinternal/testify/require/forward_requi
MockTinternal/testify/require/requirements_

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…