ReactOS 0.4.16-dev-732-g2d1144a
|
#include <wine/test.h>
#include <stdarg.h>
#include <stddef.h>
#include "windef.h"
#include "winbase.h"
#include "urlmon.h"
#include "shlwapi.h"
#include "wininet.h"
#include "strsafe.h"
#include "initguid.h"
#include <wine/heap.h>
Go to the source code of this file.
Classes | |
struct | _uri_create_flag_test |
struct | _uri_str_property |
struct | _uri_dword_property |
struct | _uri_properties |
struct | _invalid_uri |
struct | _uri_equality |
struct | _uri_with_fragment |
struct | _uri_builder_property |
struct | _uri_builder_port |
struct | _uri_builder_str_property |
struct | _uri_builder_dword_property |
struct | _uri_builder_test |
struct | _uri_builder_remove_test |
struct | _uri_combine_str_property |
struct | _uri_combine_test |
struct | _uri_parse_test |
struct | custom_uri |
struct | create_urlmon_test_t |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | WIN32_LEAN_AND_MEAN |
#define | URI_STR_PROPERTY_COUNT Uri_PROPERTY_STRING_LAST+1 |
#define | URI_DWORD_PROPERTY_COUNT (Uri_PROPERTY_DWORD_LAST - Uri_PROPERTY_DWORD_START)+1 |
#define | URI_BUILDER_STR_PROPERTY_COUNT 7 |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | SET_EXPECT(func) expect_ ## func = TRUE |
#define | CHECK_EXPECT(func) |
#define | CHECK_EXPECT2(func) |
#define | CHECK_CALLED(func) |
#define | test_urlmon_display_name(a, b) _test_urlmon_display_name(__LINE__,a,b) |
#define | test_display_uri(a, b) _test_display_uri(__LINE__,a,b) |
Typedefs | |
typedef struct _uri_create_flag_test | uri_create_flag_test |
typedef struct _uri_str_property | uri_str_property |
typedef struct _uri_dword_property | uri_dword_property |
typedef struct _uri_properties | uri_properties |
typedef struct _invalid_uri | invalid_uri |
typedef struct _uri_equality | uri_equality |
typedef struct _uri_with_fragment | uri_with_fragment |
typedef struct _uri_builder_property | uri_builder_property |
typedef struct _uri_builder_port | uri_builder_port |
typedef struct _uri_builder_str_property | uri_builder_str_property |
typedef struct _uri_builder_dword_property | uri_builder_dword_property |
typedef struct _uri_builder_test | uri_builder_test |
typedef struct _uri_builder_remove_test | uri_builder_remove_test |
typedef struct _uri_combine_str_property | uri_combine_str_property |
typedef struct _uri_combine_test | uri_combine_test |
typedef struct _uri_parse_test | uri_parse_test |
#define URI_DWORD_PROPERTY_COUNT (Uri_PROPERTY_DWORD_LAST - Uri_PROPERTY_DWORD_START)+1 |
typedef struct _invalid_uri invalid_uri |
typedef struct _uri_builder_port uri_builder_port |
typedef struct _uri_builder_test uri_builder_test |
typedef struct _uri_combine_test uri_combine_test |
typedef struct _uri_equality uri_equality |
typedef struct _uri_parse_test uri_parse_test |
typedef struct _uri_properties uri_properties |
typedef struct _uri_str_property uri_str_property |
Definition at line 11213 of file uri.c.
Definition at line 11199 of file uri.c.
Definition at line 7688 of file uri.c.
Referenced by change_property(), strcmp_aw(), test_CoInternetCombineIUri(), test_CoInternetCombineUrlEx(), test_CoInternetParseIUri(), test_CreateUri_InvalidUri(), test_CreateUriWithFragment(), test_CreateURLMoniker(), test_IPersistStream(), test_IUri_GetDwordProperties(), test_IUri_GetProperties(), test_IUri_GetPropertyBSTR(), test_IUri_GetPropertyDWORD(), test_IUri_GetPropertyLength(), test_IUri_GetStrProperties(), test_IUri_HasProperty(), test_IUri_IsEqual(), test_IUriBuilder(), and test_IUriBuilder_RemoveProperties().
Definition at line 11315 of file uri.c.
Referenced by test_IPersistStream().
|
static |
Definition at line 7712 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 8393 of file uri.c.
Referenced by test_IUri_GetProperties(), and test_IUri_HasProperty().
|
static |
|
static |
|
static |
|
static |
Definition at line 8529 of file uri.c.
DEFINE_EXPECT | ( | CombineUrl | ) |
DEFINE_EXPECT | ( | ParseUrl | ) |
DEFINE_GUID | ( | CLSID_CUri | , |
0xDF2FCE13 | , | ||
0x25EC | , | ||
0x45BB | , | ||
0x9D | , | ||
0x4C | , | ||
0xCE | , | ||
0xCD | , | ||
0x47 | , | ||
0xC2 | , | ||
0x43 | , | ||
0x0C | |||
) |
Definition at line 7707 of file uri.c.
Referenced by test_CreateIUriBuilder(), and test_IUriBuilder_IUriProperty().
|
inlinestatic |
|
static |
|
static |
Definition at line 10669 of file uri.c.
|
static |
Definition at line 10652 of file uri.c.
|
static |
|
static |
|
static |
Definition at line 10759 of file uri.c.
Referenced by START_TEST().
START_TEST | ( | uri | ) |
Definition at line 11653 of file uri.c.
Definition at line 7700 of file uri.c.
Referenced by _test_display_uri(), _test_urlmon_display_name(), test_CoInternetCombineIUri(), test_CoInternetCombineUrlEx(), test_CoInternetParseIUri(), test_CreateUriWithFragment(), test_IPersistStream(), test_IUri_GetPropertyBSTR(), test_IUri_GetStrProperties(), test_IUriBuilder_CreateUri(), test_IUriBuilder_CreateUriSimple(), test_IUriBuilder_CreateUriWithFlags(), test_IUriBuilder_GetFragment(), test_IUriBuilder_GetHost(), test_IUriBuilder_GetPassword(), test_IUriBuilder_GetPath(), test_IUriBuilder_GetQuery(), test_IUriBuilder_GetSchemeName(), test_IUriBuilder_GetUserName(), and test_IUriBuilder_RemoveProperties().
Definition at line 10541 of file uri.c.
Referenced by START_TEST().
Definition at line 10791 of file uri.c.
Referenced by START_TEST().
Definition at line 10830 of file uri.c.
Referenced by START_TEST().
Definition at line 10921 of file uri.c.
Referenced by START_TEST().
Definition at line 11044 of file uri.c.
Referenced by START_TEST().
Definition at line 10953 of file uri.c.
Referenced by START_TEST().
Definition at line 11084 of file uri.c.
Referenced by START_TEST().
Definition at line 8885 of file uri.c.
Referenced by START_TEST().
Definition at line 7800 of file uri.c.
Referenced by START_TEST().
Definition at line 7786 of file uri.c.
Referenced by START_TEST().
Definition at line 7825 of file uri.c.
Referenced by START_TEST().
Definition at line 8847 of file uri.c.
Referenced by START_TEST().
Definition at line 8813 of file uri.c.
Referenced by START_TEST().
Definition at line 8833 of file uri.c.
Referenced by START_TEST().
Definition at line 11237 of file uri.c.
Referenced by START_TEST(), and test_create().
Definition at line 11330 of file uri.c.
Referenced by START_TEST().
Definition at line 8237 of file uri.c.
Referenced by START_TEST().
Definition at line 8417 of file uri.c.
Referenced by START_TEST().
Definition at line 7845 of file uri.c.
Referenced by START_TEST().
Definition at line 7921 of file uri.c.
Referenced by START_TEST().
Definition at line 8326 of file uri.c.
Referenced by START_TEST().
Definition at line 7976 of file uri.c.
Referenced by START_TEST().
Definition at line 8466 of file uri.c.
Referenced by START_TEST().
Definition at line 8736 of file uri.c.