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