MCPcopy
hub / github.com/stretchr/testify / AssertionTesterInterface

Interface AssertionTesterInterface

assert/assertions_test.go:89–91  ·  assert/assertions_test.go::AssertionTesterInterface

AssertionTesterInterface defines an interface to be used for testing assertion methods

Source from the content-addressed store, hash-verified

87
88// AssertionTesterInterface defines an interface to be used for testing assertion methods
89type AssertionTesterInterface interface {
90 TestMethod()
91}
92
93// AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
94type AssertionTesterConformingObject struct{}

Callers

nothing calls this directly

Implementers 2

AssertionTesterConformingObjectassert/assertions_test.go
AssertionTesterConformingObjectrequire/requirements_test.go

Calls

no outgoing calls

Tested by

no test coverage detected