Adding some missing bugfixes from pre-consolidation from another branch. Adding the...
[hildon] / tests / test_suites.h
1 /*
2  * Copyright (C) 2006 Nokia Corporation.
3  *
4  * Contact: Luc Pionchon <luc.pionchon@nokia.com>
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public License
8  * as published by the Free Software Foundation; either version 2.1 of
9  * the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19  * 02110-1301 USA
20  *
21  */
22
23 #ifndef _TEST_SUITES_H_
24 #define _TEST_SUITES_H_
25
26 #define TEST_STRING "aBcD0123-_$%\\/(]{=?! <:;.,*+'^`\"|@#~"
27
28 Suite *create_hildon_range_editor_suite(void);
29 Suite *create_hildon_date_editor_suite(void);
30 Suite *create_hildon_number_editor_suite(void);
31 Suite *create_hildon_time_editor_suite(void);
32 Suite *create_hildon_time_picker_suite(void);
33 Suite *create_hildon_calendar_popup_suite(void);
34 Suite *create_hildon_weekday_picker_suite(void);
35 Suite *create_hildon_controlbar_suite(void);
36 Suite *create_hildon_color_button_suite(void);
37 Suite *create_hildon_color_chooser_suite(void);
38 Suite *create_hildon_seekbar_suite(void);
39 Suite *create_hildon_dialoghelp_suite(void);
40 Suite *create_hildon_caption_suite(void);
41 Suite *create_hildon_helper_suite(void);
42 Suite *create_hildon_find_toolbar_suite(void);
43 Suite *create_hildon_name_password_dialog_suite(void);
44 Suite *create_hildon_get_password_dialog_suite(void);
45 Suite *create_hildon_set_password_dialog_suite(void);
46 Suite *create_hildon_sort_dialog_suite(void);
47 Suite *create_hildon_code_dialog_suite(void);
48 Suite *create_hildon_note_suite(void);
49 Suite *create_hildon_volumebar_suite(void);
50 Suite *create_hildon_volumebar_range_suite(void);
51 Suite *create_hildon_wizard_dialog_suite(void);
52 Suite *create_hildon_banner_suite(void);
53 Suite *create_hildon_font_selection_dialog_suite(void);
54 Suite *create_hildon_system_sound_suite(void);
55 Suite *create_hildon_scroll_area_suite(void);
56 Suite *create_hildon_window_suite(void);
57 Suite *create_hildon_program_suite(void);
58 Suite *create_hildon_composite_widget_suite(void);
59
60
61 #endif