↓ 4 callersFunctionHTTPStatusCodeHTTPStatusCode asserts that a specified handler returns a specified status code. assert.HTTPStatusCode(t, myHandler, "GET", "/notImplemented", nil,
assert/http_assertions.go:95
↓ 2 callersFunctionEmptyfEmptyf asserts that the specified object is empty. I.e. nil, "", false, 0 or either a slice or a channel with len == 0. assert.Emptyf(t, obj, "erro
assert/assertion_format.go:57