Implements asserts that an object is implemented by the specified interface. assert.Implements(t, (*MyInterface)(nil), new(MyObject))
(t TestingT, interfaceObject interface{}, object interface{}, msgAndArgs ...interface{})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected