ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "commctrl.h"
#include "wine/heap.h"
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Classes | |
struct | message_info |
struct | timer_notification_data |
Macros | |
#define | WM_TD_CALLBACK (WM_APP) /* Custom dummy message to wrap callback notifications */ |
#define | NUM_MSG_SEQUENCES 1 |
#define | TASKDIALOG_SEQ_INDEX 0 |
#define | TEST_NUM_BUTTONS 10 /* Number of custom buttons to test with */ |
#define | TEST_NUM_RADIO_BUTTONS 3 |
#define | ID_START 20 /* Lower IDs might be used by the system */ |
#define | ID_START_BUTTON (ID_START + 0) |
#define | ID_START_RADIO_BUTTON (ID_START + 20) |
#define | run_test(info, expect_button, expect_radio_button, verification_checked, seq, context) |
Definition at line 44 of file taskdialog.c.
Definition at line 45 of file taskdialog.c.
Definition at line 46 of file taskdialog.c.
#define NUM_MSG_SEQUENCES 1 |
Definition at line 38 of file taskdialog.c.
Definition at line 395 of file taskdialog.c.
#define TASKDIALOG_SEQ_INDEX 0 |
Definition at line 39 of file taskdialog.c.
Definition at line 41 of file taskdialog.c.
#define TEST_NUM_RADIO_BUTTONS 3 |
Definition at line 42 of file taskdialog.c.
Definition at line 36 of file taskdialog.c.
|
static |
Definition at line 385 of file taskdialog.c.
Referenced by run_test_(), and taskdialog_callback_proc().
|
static |
Definition at line 399 of file taskdialog.c.
START_TEST | ( | taskdialog | ) |
Definition at line 871 of file taskdialog.c.
|
static |
Definition at line 437 of file taskdialog.c.
Referenced by test_buttons(), test_callback(), test_help(), test_navigate_page(), test_verification_box(), and test_wm_close().
|
static |
Definition at line 717 of file taskdialog.c.
Referenced by test_progress_bar().
|
static |
Definition at line 672 of file taskdialog.c.
Referenced by test_timer().
Definition at line 491 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 480 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 654 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 459 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 813 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 763 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 703 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 783 of file taskdialog.c.
Referenced by START_TEST().
Definition at line 851 of file taskdialog.c.
Referenced by START_TEST().
|
static |
Definition at line 64 of file taskdialog.c.
Referenced by run_test_(), and taskdialog_callback_proc().
|
static |
Definition at line 324 of file taskdialog.c.
|
static |
Definition at line 142 of file taskdialog.c.
Referenced by test_help().
|
static |
Definition at line 363 of file taskdialog.c.
Referenced by test_wm_close().
|
static |
Definition at line 378 of file taskdialog.c.
Referenced by test_wm_close().
|
static |
Definition at line 248 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 274 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 289 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 151 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 159 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 167 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 198 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 303 of file taskdialog.c.
Referenced by test_verification_box().
|
static |
Definition at line 296 of file taskdialog.c.
Referenced by test_verification_box().
|
static |
Definition at line 181 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 346 of file taskdialog.c.
Referenced by test_navigate_page().
|
static |
Definition at line 207 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 215 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 95 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 109 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 123 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 116 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 228 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 88 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 74 of file taskdialog.c.
Referenced by test_buttons(), and test_callback().
|
static |
Definition at line 102 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 81 of file taskdialog.c.
Referenced by test_buttons().
|
static |
Definition at line 330 of file taskdialog.c.
Referenced by test_verification_box().
|
static |
Definition at line 316 of file taskdialog.c.
Referenced by test_verification_box().
|
static |
Definition at line 190 of file taskdialog.c.
|
static |
Definition at line 175 of file taskdialog.c.
|
static |
Definition at line 222 of file taskdialog.c.
|
static |
Definition at line 236 of file taskdialog.c.
|
static |
Definition at line 261 of file taskdialog.c.
|
static |
Definition at line 130 of file taskdialog.c.
|
static |
Definition at line 357 of file taskdialog.c.
|
static |
Definition at line 371 of file taskdialog.c.
|
static |
Definition at line 136 of file taskdialog.c.
|
static |
Definition at line 340 of file taskdialog.c.
|
static |
Definition at line 282 of file taskdialog.c.
|
static |
Definition at line 67 of file taskdialog.c.
|
static |
Definition at line 310 of file taskdialog.c.
|
static |
Definition at line 338 of file taskdialog.c.
Referenced by test_navigate_page().
|
static |
Definition at line 52 of file taskdialog.c.
Referenced by run_test_(), START_TEST(), and taskdialog_callback_proc().
Definition at line 49 of file taskdialog.c.
Definition at line 435 of file taskdialog.c.
Referenced by taskdialog_callback_proc(), test_buttons(), test_callback(), test_help(), test_navigate_page(), test_verification_box(), and test_wm_close().