#include <stdlib.h>#include <string>#include "xmlrpcpp/XmlRpcValue.h"#include "xmlrpcpp/XmlRpcException.h"#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (XmlRpc, Bool) | |
| TEST (XmlRpc, testBoolean) | |
| TEST (XmlRpc, testInt) | |
| TEST (XmlRpc, testDouble) | |
| TEST (XmlRpc, testString) | |
| TEST (XmlRpc, testDateTime) | |
| TEST (XmlRpc, testArray) | |
| TEST (XmlRpc, testStruct) | |
| TEST (XmlRpc, base64) | |
| TEST (XmpRpc, errors) | |
| TEST (XmlRpc, int_errors) | |
| TEST (XmlRpc, array_errors) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 515 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| Bool | |||
| ) |
Definition at line 37 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testBoolean | |||
| ) |
Definition at line 51 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testInt | |||
| ) |
Definition at line 77 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testDouble | |||
| ) |
Definition at line 111 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testString | |||
| ) |
Definition at line 131 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testDateTime | |||
| ) |
Definition at line 177 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testArray | |||
| ) |
Definition at line 262 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| testStruct | |||
| ) |
Definition at line 307 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| base64 | |||
| ) |
Definition at line 400 of file test/TestValues.cpp.
| TEST | ( | XmpRpc | , |
| errors | |||
| ) |
Definition at line 449 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| int_errors | |||
| ) |
Definition at line 486 of file test/TestValues.cpp.
| TEST | ( | XmlRpc | , |
| array_errors | |||
| ) |
Definition at line 497 of file test/TestValues.cpp.