~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to pkcs11/secret-store/tests/test-suite.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* This is auto-generated code. Edit at your own peril. */
2
 
#include "testing/testing.h"
3
 
 
4
 
#ifndef TESTING_HEADER_INCLUDED
5
 
#define TESTING_HEADER_INCLUDED
6
 
 
7
 
void testing__test__access_free(int *__unused, gconstpointer __data);
8
 
void testing__test__acl_free(int *__unused, gconstpointer __data);
9
 
void testing__test__parse_item_type(int *__unused, gconstpointer __data);
10
 
void testing__test__format_item_type(int *__unused, gconstpointer __data);
11
 
void testing__test__fields_new(int *__unused, gconstpointer __data);
12
 
void testing__test__fields_boxed(int *__unused, gconstpointer __data);
13
 
void testing__test__fields_add_get_values(int *__unused, gconstpointer __data);
14
 
void testing__test__fields_parse(int *__unused, gconstpointer __data);
15
 
void testing__test__fields_parse_empty(int *__unused, gconstpointer __data);
16
 
void testing__test__fields_parse_null_invalid(int *__unused, gconstpointer __data);
17
 
void testing__test__fields_parse_missing_value(int *__unused, gconstpointer __data);
18
 
void testing__test__fields_parse_missing_terminator(int *__unused, gconstpointer __data);
19
 
void testing__test__fields_parse_not_utf8(int *__unused, gconstpointer __data);
20
 
void testing__test__fields_serialize(int *__unused, gconstpointer __data);
21
 
void testing__test__fields_serialize_length(int *__unused, gconstpointer __data);
22
 
void testing__test__fields_add_get_compat_uint32(int *__unused, gconstpointer __data);
23
 
void testing__test__fields_get_compat_uint32_fail(int *__unused, gconstpointer __data);
24
 
void testing__test__fields_get_compat_hashed_string(int *__unused, gconstpointer __data);
25
 
void testing__test__fields_get_compat_hashed_already(int *__unused, gconstpointer __data);
26
 
void testing__test__fields_get_compat_hashed_uint32(int *__unused, gconstpointer __data);
27
 
void testing__test__fields_get_compat_hashed_uint32_already(int *__unused, gconstpointer __data);
28
 
void testing__test__fields_get_names(int *__unused, gconstpointer __data);
29
 
void testing__test__fields_match(int *__unused, gconstpointer __data);
30
 
void testing__test__fields_match_mismatch_value(int *__unused, gconstpointer __data);
31
 
void testing__test__fields_match_mismatch_field(int *__unused, gconstpointer __data);
32
 
void testing__test__fields_match_wrong_hashed(int *__unused, gconstpointer __data);
33
 
void testing__test__secret_data_new(int *__unused, gconstpointer __data);
34
 
void testing__test__secret_data_get_set(int *__unused, gconstpointer __data);
35
 
void testing__test__secret_data_get_raw(int *__unused, gconstpointer __data);
36
 
void testing__test__secret_data_remove(int *__unused, gconstpointer __data);
37
 
void testing__test__secret_data_set_transacted(int *__unused, gconstpointer __data);
38
 
void testing__test__secret_data_set_transacted_replace(int *__unused, gconstpointer __data);
39
 
void testing__test__secret_data_set_transacted_fail(int *__unused, gconstpointer __data);
40
 
void testing__test__secret_data_set_transacted_fail_revert(int *__unused, gconstpointer __data);
41
 
void testing__test__secret_data_get_set_master(int *__unused, gconstpointer __data);
42
 
void testing__setup__secret_object(int *__unused, gconstpointer __data);
43
 
void testing__teardown__secret_object(int *__unused, gconstpointer __data);
44
 
void testing__test__secret_object_is_locked(int *__unused, gconstpointer __data);
45
 
void testing__test__secret_object_identifier_prop(int *__unused, gconstpointer __data);
46
 
void testing__test__secret_object_created_prop(int *__unused, gconstpointer __data);
47
 
void testing__test__secret_object_modified_prop(int *__unused, gconstpointer __data);
48
 
void testing__test__secret_object_was_modified(int *__unused, gconstpointer __data);
49
 
void testing__test__secret_object_label_prop(int *__unused, gconstpointer __data);
50
 
void testing__test__secret_object_identifier_get_attr(int *__unused, gconstpointer __data);
51
 
void testing__test__secret_object_label_get_attr(int *__unused, gconstpointer __data);
52
 
void testing__test__secret_object_label_set_attr(int *__unused, gconstpointer __data);
53
 
void testing__test__secret_object_label_set_attr_fail(int *__unused, gconstpointer __data);
54
 
void testing__test__secret_object_modified_get_attr(int *__unused, gconstpointer __data);
55
 
void testing__test__secret_object_created_get_attr(int *__unused, gconstpointer __data);
56
 
void testing__test__secret_object_locked_get_attr(int *__unused, gconstpointer __data);
57
 
void testing__setup__secret_collection(int *__unused, gconstpointer __data);
58
 
void testing__teardown__secret_collection(int *__unused, gconstpointer __data);
59
 
void testing__test__secret_collection_is_locked(int *__unused, gconstpointer __data);
60
 
void testing__test__secret_collection_unlocked_data(int *__unused, gconstpointer __data);
61
 
void testing__test__secret_collection_get_filename(int *__unused, gconstpointer __data);
62
 
void testing__test__secret_collection_set_filename(int *__unused, gconstpointer __data);
63
 
void testing__test__secret_collection_has_item(int *__unused, gconstpointer __data);
64
 
void testing__test__secret_collection_load_unlock_plain(int *__unused, gconstpointer __data);
65
 
void testing__test__secret_collection_load_unlock_encrypted(int *__unused, gconstpointer __data);
66
 
void testing__test__secret_collection_load_unlock_bad_password(int *__unused, gconstpointer __data);
67
 
void testing__test__secret_collection_unlock_without_load(int *__unused, gconstpointer __data);
68
 
void testing__test__secret_collection_twice_unlock(int *__unused, gconstpointer __data);
69
 
void testing__test__secret_collection_twice_unlock_bad_password(int *__unused, gconstpointer __data);
70
 
void testing__test__secret_collection_memory_unlock(int *__unused, gconstpointer __data);
71
 
void testing__test__secret_collection_memory_unlock_bad_password(int *__unused, gconstpointer __data);
72
 
void testing__test__secret_collection_factory(int *__unused, gconstpointer __data);
73
 
void testing__test__secret_collection_factory_unnamed(int *__unused, gconstpointer __data);
74
 
void testing__test__secret_collection_factory_token(int *__unused, gconstpointer __data);
75
 
void testing__test__secret_collection_factory_duplicate(int *__unused, gconstpointer __data);
76
 
void testing__test__secret_collection_factory_item(int *__unused, gconstpointer __data);
77
 
void testing__test__secret_collection_token_remove(int *__unused, gconstpointer __data);
78
 
void testing__test__secret_collection_token_item_remove(int *__unused, gconstpointer __data);
79
 
void testing__setup__secret_item(int *__unused, gconstpointer __data);
80
 
void testing__teardown__secret_item(int *__unused, gconstpointer __data);
81
 
void testing__test__secret_item_new(int *__unused, gconstpointer __data);
82
 
void testing__test__secret_item_create(int *__unused, gconstpointer __data);
83
 
void testing__test__secret_item_create_failed(int *__unused, gconstpointer __data);
84
 
void testing__test__secret_item_destroy(int *__unused, gconstpointer __data);
85
 
void testing__test__secret_item_destroy_failed(int *__unused, gconstpointer __data);
86
 
void testing__test__secret_item_collection_get(int *__unused, gconstpointer __data);
87
 
void testing__test__secret_item_collection_items(int *__unused, gconstpointer __data);
88
 
void testing__test__secret_item_collection_remove(int *__unused, gconstpointer __data);
89
 
void testing__test__secret_item_is_locked(int *__unused, gconstpointer __data);
90
 
void testing__test__secret_item_get_collection(int *__unused, gconstpointer __data);
91
 
void testing__test__secret_item_tracks_collection(int *__unused, gconstpointer __data);
92
 
void testing__test__secret_item_get_set_fields(int *__unused, gconstpointer __data);
93
 
void testing__test__secret_item_collection_attr(int *__unused, gconstpointer __data);
94
 
void testing__test__secret_item_secret_attr(int *__unused, gconstpointer __data);
95
 
void testing__test__secret_item_secret_attr_locked(int *__unused, gconstpointer __data);
96
 
void testing__test__secret_item_fields_attr(int *__unused, gconstpointer __data);
97
 
void testing__test__secret_item_fields_attr_locked(int *__unused, gconstpointer __data);
98
 
void testing__test__secret_item_fields_attr_reverts(int *__unused, gconstpointer __data);
99
 
void testing__setup__secret_search(int *__unused, gconstpointer __data);
100
 
void testing__teardown__secret_search(int *__unused, gconstpointer __data);
101
 
void testing__test__create_search_incomplete(int *__unused, gconstpointer __data);
102
 
void testing__test__create_search_bad_fields(int *__unused, gconstpointer __data);
103
 
void testing__test__create_search(int *__unused, gconstpointer __data);
104
 
void testing__test__create_search_and_match(int *__unused, gconstpointer __data);
105
 
void testing__test__create_search_and_change_to_match(int *__unused, gconstpointer __data);
106
 
void testing__test__create_search_and_change_to_not_match(int *__unused, gconstpointer __data);
107
 
void testing__test__create_search_for_bad_collection(int *__unused, gconstpointer __data);
108
 
void testing__test__create_search_for_collection(int *__unused, gconstpointer __data);
109
 
void testing__test__create_search_for_collection_no_match(int *__unused, gconstpointer __data);
110
 
void testing__setup__textual(int *__unused, gconstpointer __data);
111
 
void testing__teardown__textual(int *__unused, gconstpointer __data);
112
 
void testing__test__textual_read(int *__unused, gconstpointer __data);
113
 
void testing__test__textual_read_wrong_format(int *__unused, gconstpointer __data);
114
 
void testing__test__textual_read_bad_number(int *__unused, gconstpointer __data);
115
 
void testing__test__textual_write(int *__unused, gconstpointer __data);
116
 
void testing__test__textual_remove_unavailable(int *__unused, gconstpointer __data);
117
 
void testing__setup__binary(int *__unused, gconstpointer __data);
118
 
void testing__teardown__binary(int *__unused, gconstpointer __data);
119
 
void testing__test__binary_read(int *__unused, gconstpointer __data);
120
 
void testing__test__binary_read_wrong_format(int *__unused, gconstpointer __data);
121
 
void testing__test__binary_read_wrong_master(int *__unused, gconstpointer __data);
122
 
void testing__test__binary_read_sdata_but_no_master(int *__unused, gconstpointer __data);
123
 
void testing__test__binary_write(int *__unused, gconstpointer __data);
124
 
void testing__test__binary_remove_unavailable(int *__unused, gconstpointer __data);
125
 
 
126
 
#endif /* TESTING_HEADER_INCLUDED */
127