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

Struct AssertionTesterConformingObject

assert/assertions_test.go:94–94  ·  assert/assertions_test.go::AssertionTesterConformingObject

AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface

Source from the content-addressed store, hash-verified

92
93// AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
94type AssertionTesterConformingObject struct{}
95
96func (a *AssertionTesterConformingObject) TestMethod() {
97}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected