#include "xmlrpcpp/XmlRpc.h"#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <stdlib.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <iostream>#include <functional>#include <gtest/gtest.h>#include "test_fixtures.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (XmlRpcTest, Hello) | |
| TEST_F (XmlRpcTest, HelloNonBlock) | |
| TEST_F (XmlRpcTest, HelloNonBlock2) | |
| TEST_F (XmlRpcTest, ClientDisconnect) | |
| TEST_F (XmlRpcTest, ServerDisconnect) | |
| TEST_F (XmlRpcTest, ServerDisconnect2) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 185 of file test_dispatch_live.cpp.
| TEST_F | ( | XmlRpcTest | , |
| Hello | |||
| ) |
Definition at line 44 of file test_dispatch_live.cpp.
| TEST_F | ( | XmlRpcTest | , |
| HelloNonBlock | |||
| ) |
Definition at line 57 of file test_dispatch_live.cpp.
| TEST_F | ( | XmlRpcTest | , |
| HelloNonBlock2 | |||
| ) |
Definition at line 81 of file test_dispatch_live.cpp.
| TEST_F | ( | XmlRpcTest | , |
| ClientDisconnect | |||
| ) |
Definition at line 112 of file test_dispatch_live.cpp.
| TEST_F | ( | XmlRpcTest | , |
| ServerDisconnect | |||
| ) |
Definition at line 130 of file test_dispatch_live.cpp.
| TEST_F | ( | XmlRpcTest | , |
| ServerDisconnect2 | |||
| ) |
Definition at line 166 of file test_dispatch_live.cpp.