Lines Matching refs:tc
3535 for _, tc := range tests {3536 ht := newHandlerTest(HandlerFunc(tc.handler))3538 if err := tc.check(got); err != nil {3539 t.Errorf("%s: %v\nGot response:\n%s", tc.name, err, got)