ReactOS 0.4.16-dev-401-g45b008d
|
#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 |
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.
Referenced by START_TEST().
Definition at line 10019 of file uri.c.
Referenced by START_TEST().
Definition at line 9072 of file uri.c.
Referenced by START_TEST().
|
static |
Definition at line 8915 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 8967 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9019 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9286 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9381 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9476 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9571 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9666 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9733 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9828 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9923 of file uri.c.
Referenced by test_IUriBuilder().
Definition at line 10099 of file uri.c.
Referenced by START_TEST().
Definition at line 10205 of file uri.c.
Referenced by START_TEST().
Definition at line 10426 of file uri.c.
Referenced by START_TEST().
Definition at line 10342 of file uri.c.
Referenced by START_TEST().
Definition at line 10454 of file uri.c.
Referenced by START_TEST().
Definition at line 11561 of file uri.c.
Referenced by START_TEST().
Definition at line 10776 of file uri.c.
Referenced by START_TEST().
|
static |
Definition at line 87 of file uri.c.
Referenced by InternetProtocolInfo_CombineUrl(), test_CoInternetCombineIUri_Pluggable(), and test_CoInternetCombineUrlEx_Pluggable().
Definition at line 89 of file uri.c.
Referenced by InternetProtocolInfo_CombineUrl(), test_CoInternetCombineIUri_Pluggable(), and test_CoInternetCombineUrlEx_Pluggable().
Definition at line 90 of file uri.c.
Referenced by InternetProtocolInfo_CombineUrl(), test_CoInternetCombineIUri_Pluggable(), and test_CoInternetCombineUrlEx_Pluggable().
|
static |
Definition at line 11125 of file uri.c.
Referenced by test_CreateURLMoniker().
|
static |
Definition at line 8704 of file uri.c.
Referenced by test_IUri_IsEqual().
|
static |
Definition at line 5143 of file uri.c.
Referenced by test_IUri_IsEqual().
Definition at line 84 of file uri.c.
Referenced by test_CreateUriWithFragment_InvalidArgs().
Definition at line 82 of file uri.c.
Referenced by test_CoInternetCombineIUri(), test_CoInternetCombineUrlEx(), test_CoInternetParseIUri_InvalidArgs(), test_CreateIUriBuilder(), test_CreateUri_InvalidArgs(), test_CreateUri_InvalidFlags(), test_CreateUriWithFragment_InvalidArgs(), test_CreateUriWithFragment_InvalidFlags(), 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_CreateInvalidArgs(), test_IUriBuilder_HasBeenModified(), test_IUriBuilder_IUriProperty(), test_IUriBuilder_Misc(), and test_IUriBuilderFactory().
|
static |
|
static |
Definition at line 105 of file uri.c.
Referenced by test_CreateUri_InvalidFlags(), and test_CreateUriWithFragment_InvalidFlags().
|
static |
Definition at line 5071 of file uri.c.
Referenced by test_CreateUri_InvalidUri().
|
static |
Definition at line 97 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
|
static |
Definition at line 98 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
Definition at line 95 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
Definition at line 94 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
|
static |
Definition at line 10757 of file uri.c.
Referenced by register_protocols(), and unregister_protocols().
|
static |
Definition at line 10713 of file uri.c.
Referenced by ClassFactory_QueryInterface().
|
static |
Definition at line 6378 of file uri.c.
Referenced by test_IUriBuilder_RemoveProperties().
|
static |
Definition at line 5362 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 6441 of file uri.c.
Referenced by test_CoInternetCombineIUri(), and test_CoInternetCombineUrlEx().
|
static |
|
static |
Definition at line 7612 of file uri.c.
Referenced by test_CoInternetParseIUri().
|
static |
Definition at line 140 of file uri.c.
Referenced by test_IPersistStream(), test_IUri_GetDwordProperties(), test_IUri_GetProperties(), test_IUri_GetPropertyBSTR(), test_IUri_GetPropertyDWORD(), test_IUri_GetPropertyLength(), test_IUri_GetStrProperties(), test_IUri_HasProperty(), and test_namespaceuri().