ReactOS 0.4.16-dev-959-g2ec3a19
|
Go to the source code of this file.
Macros | |
#define | verify_str (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_str_imp |
#define | verify_str2 (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_str_imp2 |
Functions | |
static void | verify_str_imp2 (const CComBSTR &comstr, PCWSTR expected, size_t ExpectedLength) |
static void | verify_str_imp (const CComBSTR &comstr, PCWSTR expected) |
void | test_construction () |
void | test_copyassignment () |
void | test_fromguid () |
void | test_loadres () |
START_TEST (CComBSTR) | |
#define verify_str (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_str_imp |
Definition at line 13 of file CComBSTR.cpp.
#define verify_str2 (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : verify_str_imp2 |
Definition at line 14 of file CComBSTR.cpp.
START_TEST | ( | CComBSTR | ) |
Definition at line 143 of file CComBSTR.cpp.
void test_construction | ( | ) |
Definition at line 47 of file CComBSTR.cpp.
Referenced by START_TEST().
void test_copyassignment | ( | ) |
Definition at line 71 of file CComBSTR.cpp.
Referenced by START_TEST().
void test_fromguid | ( | ) |
Definition at line 119 of file CComBSTR.cpp.
Referenced by START_TEST().
void test_loadres | ( | ) |
Definition at line 129 of file CComBSTR.cpp.
Referenced by START_TEST().
Definition at line 42 of file CComBSTR.cpp.
|
static |
Definition at line 17 of file CComBSTR.cpp.
Referenced by verify_str_imp().