#include "xmlrpcpp/XmlRpc.h"
#include "xmlrpcpp/XmlRpcClient.h"
#include "xmlrpcpp/XmlRpcServer.h"
#include "xmlrpcpp/XmlRpcServerMethod.h"
#include <iostream>
#include <stdlib.h>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <functional>
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | Hello |
class | HelloName |
class | Sum |
class | XmlRpcTest |
Functions | |
int | main (int argc, char **argv) |
TEST_F (XmlRpcTest, Introspection) | |
TEST_F (XmlRpcTest, Hello) | |
TEST_F (XmlRpcTest, HelloURI) | |
TEST_F (XmlRpcTest, HelloName) | |
TEST_F (XmlRpcTest, Sum) | |
TEST_F (XmlRpcTest, Multicall) | |
Variables | |
Hello | simpleStructReturnTest |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 272 of file HelloTest.cpp.
TEST_F | ( | XmlRpcTest | , |
Introspection | |||
) |
Definition at line 144 of file HelloTest.cpp.
TEST_F | ( | XmlRpcTest | , |
Hello | |||
) |
Definition at line 179 of file HelloTest.cpp.
TEST_F | ( | XmlRpcTest | , |
HelloURI | |||
) |
Definition at line 190 of file HelloTest.cpp.
TEST_F | ( | XmlRpcTest | , |
HelloName | |||
) |
Definition at line 201 of file HelloTest.cpp.
TEST_F | ( | XmlRpcTest | , |
Sum | |||
) |
Definition at line 213 of file HelloTest.cpp.
TEST_F | ( | XmlRpcTest | , |
Multicall | |||
) |
Definition at line 238 of file HelloTest.cpp.
Hello simpleStructReturnTest |