MCPcopy
hub / github.com/etcd-io/etcd / Cleanup

Method Cleanup

client/pkg/testutil/testingtb.go:25–25  ·  view source on GitHub ↗
(func())

Source from the content-addressed store, hash-verified

23// We cannot implement testing.TB due to protection, so we expose this simplified interface.
24type TB interface {
25 Cleanup(func())
26 Error(args ...any)
27 Errorf(format string, args ...any)
28 Fail()

Implementers 1

testingTBProthesisclient/pkg/testutil/testingtb.go

Calls

no outgoing calls