#include "xmlrpcpp/XmlRpc.h"
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.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, ClientDisconnect) | |
TEST_F (XmlRpcTest, Hello) | |
TEST_F (XmlRpcTest, HelloNonBlock) | |
TEST_F (XmlRpcTest, HelloNonBlock2) | |
TEST_F (XmlRpcTest, ServerDisconnect) | |
TEST_F (XmlRpcTest, ServerDisconnect2) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 191 of file test_dispatch_live.cpp.
TEST_F | ( | XmlRpcTest | , |
ClientDisconnect | |||
) |
Definition at line 114 of file test_dispatch_live.cpp.
TEST_F | ( | XmlRpcTest | , |
Hello | |||
) |
Definition at line 46 of file test_dispatch_live.cpp.
TEST_F | ( | XmlRpcTest | , |
HelloNonBlock | |||
) |
Definition at line 59 of file test_dispatch_live.cpp.
TEST_F | ( | XmlRpcTest | , |
HelloNonBlock2 | |||
) |
Definition at line 83 of file test_dispatch_live.cpp.
TEST_F | ( | XmlRpcTest | , |
ServerDisconnect | |||
) |
Definition at line 132 of file test_dispatch_live.cpp.
TEST_F | ( | XmlRpcTest | , |
ServerDisconnect2 | |||
) |
Definition at line 168 of file test_dispatch_live.cpp.