Searched defs:testServer (Results 1 – 11 of 11) sorted by relevance
25 testServer = 'smtp.gmail.com' variable in SmtpTest47 testServer = 'smtp.gmail.com' variable in SmtpSSLTest
45 CoffeeServerWithUnscopedService testServer); in friendlyBaristaServiceDefinition()
54 final CoffeeServerWithCallScopeService testServer) { in friendlyBaristaServiceDefinitionFactory()
51 protected T testServer; field in IntegrationTestBase
67 func testServer(t *testing.T, e string) *httptest.Server { func
8 testServer = 'smtp.gmail.com' variable in SmtpSSLTest
49 private Server testServer; field in AltsHandshakerTest
54 func testServer(ctx context.Context, t *testing.T) *httptest.Server { func
59 private TestH2Server testServer; field in ReadTimeoutTest
73 TestServer testServer = (TestServer) server; in newClientTransport() local
131 protected TestServer testServer; field in HttpServerTest