NotSubset asserts that the specified list(array, slice...) contains not all elements given in the specified subset(array, slice...). assert.NotSubset(t, [1, 3, 4], [1, 2], "But [1, 3, 4] does not contain [1, 2]")
(t TestingT, list, subset interface{}, msgAndArgs ...interface{})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected