MCPcopy Create free account
hub / github.com/zalando/skipper / check

Struct check

routing/predicates_test.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15func TestPredicateList(t *testing.T) {
16 type check struct {
17 request *http.Request
18 expectedID string
19 allowedIDs []string
20 expectedParams map[string]string
21 }
22
23 for _, test := range []struct {
24 title string

Callers 9

TestPrintLinesFunction · 0.85
TestOpenSucceedsFunction · 0.85
TestAuditLoggingFunction · 0.85
startTestServerFunction · 0.85
compressedBodyFunction · 0.85
startTestServerFunction · 0.85
TestUpdateFailsRecoversFunction · 0.85
TestTestAPIFunction · 0.85

Calls

no outgoing calls

Tested by 9

TestPrintLinesFunction · 0.68
TestOpenSucceedsFunction · 0.68
TestAuditLoggingFunction · 0.68
startTestServerFunction · 0.68
compressedBodyFunction · 0.68
startTestServerFunction · 0.68
TestUpdateFailsRecoversFunction · 0.68
TestTestAPIFunction · 0.68