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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport_unittest.cc59 class RelayPortTest : public testing::Test, class in inherits:testing::Test,sigslot::has_slots
62 RelayPortTest() function in class:RelayPortTest
107 connect(this, &RelayPortTest::OnConnectFailure);
111 connect(this, &RelayPortTest::OnSoftTimeout);
232 packet_socket->SignalReadPacket.connect(this, &RelayPortTest::OnReadPacket);
282 TEST_F(RelayPortTest, ConnectUdp) {
286 TEST_F(RelayPortTest, ConnectTcp) {
290 TEST_F(RelayPortTest, ConnectSslTcp) {

Completed in 90 milliseconds