AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
| 16 | |
| 17 | // AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface |
| 18 | type AssertionTesterConformingObject struct { |
| 19 | } |
| 20 | |
| 21 | func (a *AssertionTesterConformingObject) TestMethod() { |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected