![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include "catch.hpp"#include "IPAddressResolver.h"#include "ServerTester.h"#include "ServerEnumerator.h"Go to the source code of this file.
Functions | |
| TEST_CASE ("Network/Net/Enumeration","local Network enumeration") | |
| TEST_CASE ("Network/RPC/Local","test interface") | |
| TEST_CASE ("Network/RPC/Invalid","test communication with invalid server") | |
| TEST_CASE ("Network/IP/Localhost","tests the IP resolution for localhost") | |
| TEST_CASE ("Network/IP/Invalid","tests the IP resolution for localhost") | |
| TEST_CASE | ( | "Network/Net/Enumeration" | , |
| "local Network enumeration" | |||
| ) |
tests network enumeration
Definition at line 16 of file NetworkSuite.cpp.
| TEST_CASE | ( | "Network/RPC/Local" | , |
| "test interface" | |||
| ) |
tests the network interface on the running local server
Definition at line 25 of file NetworkSuite.cpp.
| TEST_CASE | ( | "Network/RPC/Invalid" | , |
| "test communication with invalid server" | |||
| ) |
tests attempting to connect with an invalid server is handled appropriately
Definition at line 36 of file NetworkSuite.cpp.
| TEST_CASE | ( | "Network/IP/Localhost" | , |
| "tests the IP resolution for localhost" | |||
| ) |
tests IP resolution class
Definition at line 48 of file NetworkSuite.cpp.
| TEST_CASE | ( | "Network/IP/Invalid" | , |
| "tests the IP resolution for localhost" | |||
| ) |
Definition at line 71 of file NetworkSuite.cpp.