Searched refs:PhysicalSocketTest (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dphysicalsocketserver_unittest.cc24 class PhysicalSocketTest;
38 explicit FakePhysicalSocketServer(PhysicalSocketTest* test)
62 PhysicalSocketTest* GetTest() const { return test_; }
65 PhysicalSocketTest* test_;
68 class PhysicalSocketTest : public SocketTest { class in namespace:rtc
75 PhysicalSocketTest() function in class:rtc::PhysicalSocketTest
100 TEST_F(PhysicalSocketTest, TestConnectIPv4) {
110 TEST_F(PhysicalSocketTest, MAYBE_TestConnectIPv6) {
114 TEST_F(PhysicalSocketTest, TestConnectWithDnsLookupIPv4) {
118 TEST_F(PhysicalSocketTest, TestConnectWithDnsLookupIPv
[all...]

Completed in 89 milliseconds