MCPcopy
hub / github.com/grpc/grpc-go / testServiceConfigSetup

Function testServiceConfigSetup

test/end2end_test.go:1100–1107  ·  view source on GitHub ↗
(t *testing.T, e env)

Source from the content-addressed store, hash-verified

1098}
1099
1100func testServiceConfigSetup(t *testing.T, e env) *test {
1101 te := newTest(t, e)
1102 te.userAgent = testAppUA
1103 te.declareLogNoise(
1104 "Failed to dial : context canceled; please retry.",
1105 )
1106 return te
1107}
1108
1109func newInt(b int) (a *int) {
1110 return &b

Calls 2

declareLogNoiseMethod · 0.80
newTestFunction · 0.70

Tested by

no test coverage detected