Searched refs:ServerContextForTest (Results 1 – 6 of 6) sorted by relevance
43 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()51 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()87 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()98 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()106 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()116 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()131 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()139 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()149 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()162 ServerContextForTest<TestService> context(TestService::method.method()); in TEST()[all …]
170 ServerContextForTest<FakeService> context(method); in TEST()192 ServerContextForTest<FakeService> context(method); in TEST()210 ServerContextForTest<FakeService, 22> context(method); in TEST()231 ServerContextForTest<FakeService> context(method); in TEST()242 ServerContextForTest<FakeService> context(method); in TEST()263 ServerContextForTest<FakeService> context(method); in TEST()274 ServerContextForTest<FakeService> context(method); in TEST()297 ServerContextForTest<FakeService, kNoPayloadPacketSize> context(method); in TEST()
94 ServerContextForTest<FakeGeneratedServiceImpl> context(method); in TEST()107 ServerContextForTest<FakeGeneratedServiceImpl> context(method); in TEST()123 ServerContextForTest<FakeGeneratedServiceImpl> context(method); in TEST()147 ServerContextForTest<FakeGeneratedServiceImpl> context(method); in TEST()
151 ServerContextForTest<FakeService> context(method); in TEST()175 ServerContextForTest<FakeService> context(method); in TEST()188 ServerContextForTest<FakeService> context(method); in TEST()210 ServerContextForTest<FakeService> context(method); in TEST()228 ServerContextForTest<FakeService> context(method); in TEST()239 ServerContextForTest<FakeService, 16> context(method); in TEST()251 ServerContextForTest<FakeService> context(method); in TEST()
109 ServerContextForTest<FakeGeneratedServiceImpl> context(method); in TEST()134 ServerContextForTest<FakeGeneratedServiceImpl> context(method); in TEST()
88 class ServerContextForTest {93 ServerContextForTest(const internal::Method& method) in ServerContextForTest() function