AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
| 92 | |
| 93 | // AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface |
| 94 | type AssertionTesterConformingObject struct{} |
| 95 | |
| 96 | func (a *AssertionTesterConformingObject) TestMethod() { |
| 97 | } |
nothing calls this directly
no outgoing calls
no test coverage detected