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

Struct AssertionTesterConformingObject

require/requirements_test.go:18–19  ·  view source on GitHub ↗

AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface

Source from the content-addressed store, hash-verified

16
17// AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
18type AssertionTesterConformingObject struct {
19}
20
21func (a *AssertionTesterConformingObject) TestMethod() {
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected