#include <stdlib.h>
#include <crtdbg.h>
#include "XmlRpcValue.h"
#include <assert.h>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | _CRTDBG_MAP_ALLOC |
Functions | |
int | main (int argc, char *argv[]) |
void | testArray (XmlRpcValue const &d) |
void | testBoolean () |
void | testDateTime () |
void | testDouble () |
void | testInt () |
void | testString () |
void | testStruct () |
#define _CRTDBG_MAP_ALLOC |
Definition at line 3 of file TestValuesWin32.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 214 of file TestValuesWin32.cpp.
void testArray | ( | XmlRpcValue const & | d | ) |
Definition at line 103 of file TestValuesWin32.cpp.
void testBoolean | ( | ) |
Definition at line 17 of file TestValuesWin32.cpp.
void testDateTime | ( | ) |
Definition at line 93 of file TestValuesWin32.cpp.
void testDouble | ( | ) |
Definition at line 54 of file TestValuesWin32.cpp.
void testInt | ( | ) |
Definition at line 38 of file TestValuesWin32.cpp.
void testString | ( | ) |
Definition at line 63 of file TestValuesWin32.cpp.
void testStruct | ( | ) |
Definition at line 130 of file TestValuesWin32.cpp.