SFML/test/Network
Chris Thrasher b3a467678d Add tests for sf::Http
This class hides a lot of its logic in the private section of the
classes and uses friends to access them so there is little accessible
in the public interface for testing.
2023-08-27 16:46:05 -06:00
..
Ftp.test.cpp Rename test files to be unique 2022-10-23 16:39:12 +02:00
Http.test.cpp Add tests for sf::Http 2023-08-27 16:46:05 -06:00
IpAddress.test.cpp Switch to Catch2 2023-05-13 12:38:11 -06:00
Packet.test.cpp Test for correct network ordering of packets 2023-05-22 08:51:37 -06:00
Socket.test.cpp Enable move semantics for socket types 2023-08-26 22:17:34 -06:00
SocketSelector.test.cpp Rename test files to be unique 2022-10-23 16:39:12 +02:00
TcpListener.test.cpp Add tests for sf::TcpListener 2023-08-27 16:46:05 -06:00
TcpSocket.test.cpp Add tests for sf::TcpSocket 2023-08-27 16:46:05 -06:00
UdpSocket.test.cpp Add tests for sf::UdpSocket 2023-08-27 16:46:05 -06:00