Empty asserts that the specified object is empty. I.e. nil, "", false, 0 or either a slice or a channel with len == 0. assert.Empty(t, obj)
(t TestingT, object interface{}, msgAndArgs ...interface{})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected