MCPcopy
hub / github.com/uber-go/goleak / TestingT

Interface TestingT

leaks.go:31–33  ·  view source on GitHub ↗

TestingT is the minimal subset of testing.TB that we use.

Source from the content-addressed store, hash-verified

29
30// TestingT is the minimal subset of testing.TB that we use.
31type TestingT interface {
32 Error(...interface{})
33}
34
35// filterStacks will filter any stacks excluded by the given opts.
36// filterStacks modifies the passed in stacks slice.

Callers 1

leaks_test.goFile · 0.85

Implementers 1

fakeTleaks_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…