Searched defs:ProxyTest (Results 1 – 7 of 7) sorted by relevance
177 class ProxyTest : public ::testing::Test { class201 TEST_F(ProxyTest, WorkerThreadDestructor) { in TEST_F() argument209 TEST_F(ProxyTest, VoidMethod0) { in TEST_F() argument216 TEST_F(ProxyTest, Method0) { in TEST_F() argument224 TEST_F(ProxyTest, ConstMethod0) { in TEST_F() argument232 TEST_F(ProxyTest, WorkerMethod1) { in TEST_F() argument241 TEST_F(ProxyTest, ConstMethod1) { in TEST_F() argument250 TEST_F(ProxyTest, WorkerMethod2) { in TEST_F() argument
29 class ProxyTest : public ::testing::Test { class31 ProxyTest() : ss_(new rtc::VirtualSocketServer()), thread_(ss_.get()) { in ProxyTest() function in ProxyTest45 TEST_F(ProxyTest, TestSocks5Connect) { in TEST_F() argument
29 public class ProxyTest { class
42 public class ProxyTest { class
41 public class ProxyTest extends CrtTestFixture { class78 public ProxyTest() {} in ProxyTest() method in ProxyTest
43 class ProxyTest(unittest.IsolatedAsyncioTestCase): class
183 interface ProxyTest { interface in BytecodeGenTest