ReactOS 0.4.16-dev-295-g4aee028
|
Go to the source code of this file.
Macros | |
#define | ATLASSERT(x) |
#define | _ATL_NO_VARIANT_THROW |
#define | expect_bool (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_bool_imp |
#define | expect_int (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_int_imp |
#define | expect_uint (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_uint_imp |
#define | expect_double (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_double_imp |
#define | expect_error (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_error_imp |
#define | expect_empty (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_empty_imp |
Functions | |
void | expect_bool_imp (const CComVariant &ccv, bool value) |
void | expect_int_imp (const CComVariant &ccv, int value, unsigned short type) |
void | expect_uint_imp (const CComVariant &ccv, unsigned int value, unsigned short type) |
void | expect_double_imp (const CComVariant &ccv, double value, unsigned short type) |
void | expect_error_imp (const CComVariant &ccv, SCODE value) |
void | expect_empty_imp (const CComVariant &ccv) |
static void | test_construction () |
static void | test_copyconstructor () |
static void | test_assign () |
static void | test_misc () |
START_TEST (CComVariant) | |
#define _ATL_NO_VARIANT_THROW |
Definition at line 11 of file CComVariant.cpp.
Definition at line 10 of file CComVariant.cpp.
#define expect_bool (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_bool_imp |
Definition at line 55 of file CComVariant.cpp.
#define expect_double (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_double_imp |
Definition at line 58 of file CComVariant.cpp.
#define expect_empty (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_empty_imp |
Definition at line 60 of file CComVariant.cpp.
#define expect_error (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_error_imp |
Definition at line 59 of file CComVariant.cpp.
#define expect_int (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_int_imp |
Definition at line 56 of file CComVariant.cpp.
#define expect_uint (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : expect_uint_imp |
Definition at line 57 of file CComVariant.cpp.
Definition at line 17 of file CComVariant.cpp.
Definition at line 36 of file CComVariant.cpp.
Definition at line 48 of file CComVariant.cpp.
Definition at line 42 of file CComVariant.cpp.
Definition at line 24 of file CComVariant.cpp.
Definition at line 30 of file CComVariant.cpp.
START_TEST | ( | CComVariant | ) |
Definition at line 468 of file CComVariant.cpp.
|
static |
Definition at line 271 of file CComVariant.cpp.
Referenced by START_TEST().
|
static |
Definition at line 63 of file CComVariant.cpp.
Referenced by START_TEST().
|
static |
Definition at line 170 of file CComVariant.cpp.
Referenced by START_TEST().
|
static |
Definition at line 397 of file CComVariant.cpp.
Referenced by main_test(), and START_TEST().