Home
last modified time | relevance | path

Searched refs:TestSocket (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/tests/
H A DTestSocket.cpp52 class TestSocket : public QObject class
58 TestSocket();
73 TestSocket::TestSocket() in TestSocket() function in TestSocket
79 void TestSocket::testProperties() in testProperties()
99 void TestSocket::testData() in testData()
116 void TestSocket::testRedirect() in testRedirect()
129 void TestSocket::testSignals() in testSignals()
168 void TestSocket::testJson() in testJson()
189 QTEST_MAIN(TestSocket)
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/tests/
H A DTestSocket.cpp52 class TestSocket : public QObject class
58 TestSocket();
73 TestSocket::TestSocket() in TestSocket() function in TestSocket
79 void TestSocket::testProperties() in testProperties()
99 void TestSocket::testData() in testData()
116 void TestSocket::testRedirect() in testRedirect()
129 void TestSocket::testSignals() in testSignals()
168 void TestSocket::testJson() in testJson()
189 QTEST_MAIN(TestSocket)
/dports/net-p2p/minder/minder-2.0.2/
H A DTestSocket.cpp36 TestSocket::TestSocket(ISocketHandler& h,bool& x) in TestSocket() function in TestSocket
43 TestSocket::~TestSocket() in ~TestSocket()
48 void TestSocket::OnConnect() in OnConnect()
H A DTestSocket.h31 class TestSocket : public TcpSocket
34 TestSocket(ISocketHandler& ,bool& );
35 ~TestSocket();
H A DMakefile16 RedirWwwSocket.o TestSocket.o
35 TestSocket.* Makefile gpl.txt
H A DMyTcpSocket.cpp142 TestSocket *t = new TestSocket(Handler(),h -> connectable); in OnLine()
/dports/games/minetest/minetest-5.4.1/src/unittest/
H A Dtest_socket.cpp26 class TestSocket : public TestBase { class
28 TestSocket() in TestSocket() function in TestSocket
44 static TestSocket g_test_instance;
46 void TestSocket::runTests(IGameDef *gamedef) in runTests()
56 void TestSocket::testIPv4Socket() in testIPv4Socket()
108 void TestSocket::testIPv6Socket() in testIPv6Socket()
/dports/net/Sockets/Sockets-2.3.9.9/tests/
H A Dhttpd_test.cpp27 class TestSocket : public TcpSocket, public IEventOwner class
30 TestSocket(class EventHandler& h, bool add = false) : TcpSocket(h), IEventOwner(h) in TestSocket() function in TestSocket
41 ~TestSocket() {} in ~TestSocket()
67 TestSocket *p = new TestSocket(static_cast<EventHandler&>(Handler())); in OnEvent()
205 TestSocket *p = new TestSocket(h, true); in main()
H A Dsockets_test.cpp234 class TestSocket : public TcpSocket class
237 TestSocket(ISocketHandler& h) : TcpSocket(h) { in TestSocket() function in TestSocket
330 TestSocket ts(h); in main()
/dports/devel/py-remote-pdb/remote-pdb-2.1.0/tests/
H A Dtest_remote_pdb.py13 from process_tests import TestSocket
30 with TestSocket(socket.create_connection((host, int(port)), timeout=TIMEOUT)) as client:
53 … with TestSocket(socket.create_connection(('127.0.0.1', int(port)), timeout=TIMEOUT)) as client:
69 with TestSocket(socket.create_connection((host, int(port)), timeout=TIMEOUT)) as client:
85 with TestSocket(socket.create_connection((host, int(port)), timeout=TIMEOUT)) as client:
107 with TestSocket(socket.create_connection((host, int(port)), timeout=TIMEOUT)) as client:
127 with TestSocket(socket.create_connection((host, int(port)), timeout=TIMEOUT)) as client:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/net/
H A Dsmall_message_socket_unittest.cc47 class TestSocket : public SmallMessageSocket::Delegate { class
49 explicit TestSocket(std::unique_ptr<net::Socket> socket) in TestSocket() function in chromecast::__anon1cf5e7eb0111::TestSocket
52 ~TestSocket() override = default;
127 socket_1_ = std::make_unique<TestSocket>(std::move(fake1)); in SmallMessageSocketTest()
128 socket_2_ = std::make_unique<TestSocket>(std::move(fake2)); in SmallMessageSocketTest()
136 std::unique_ptr<TestSocket> socket_1_;
137 std::unique_ptr<TestSocket> socket_2_;
/dports/net/pichi/pichi-1.4.0/include/pichi/stream/
H A Dtest.hpp14 class TestSocket { class
83 explicit TestStream(TestSocket& socket, bool open = false) : socket_{socket}, open_{open} {} in TestStream()
122 TestSocket& socket_;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/databases/webdis/webdis-0.1.18/tests/
H A Dlimits.py69 class TestSocket(unittest.TestCase): class
72 super(TestSocket, self).__init__(*args, **kwargs)
76 class TestHugeUrl(TestSocket):
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java165 return new TestSocket(host, port); in createSocket()
173 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
174 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java166 return new TestSocket(host, port); in createSocket()
174 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
175 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java165 return new TestSocket(host, port); in createSocket()
173 private static class TestSocket extends Socket { class in DGCAckFailure.TestSF
174 TestSocket(String host, int port) throws IOException { in TestSocket() method in DGCAckFailure.TestSF.TestSocket
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/test/
H A Dmocksocket.py13 class TestSocket(object): class
171 self.socket = TestSocket()
H A D__init__.py9 from slixmpp.test.mocksocket import TestSocket, TestTransport

123456789