Differences Between: [Versions 311 and 402] [Versions 311 and 403]
Privacy tests for core_userkey.
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 347 lines (13 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider_test:: (8 methods):
test_export_userkeys_no_keys()
test_export_userkeys_basic_key()
test_export_userkeys_complex_key()
test_export_userkeys_basic_key_without_filter()
test_export_userkeys_complex_key_with_filter()
test_export_userkeys_multiple_complex_key_with_filter()
test_export_userkeys_multiple_users()
test_delete_all_userkeys_in_script()
Class: provider_test - X-Ref
Privacy tests for core_userkey.test_export_userkeys_no_keys() X-Ref |
Export for a user with no keys in the specified instance will not have any data exported. |
test_export_userkeys_basic_key() X-Ref |
Export for a user with a key against a script where no instance is specified. |
test_export_userkeys_complex_key() X-Ref |
Export for a user with a key against a script where additional data is specified. |
test_export_userkeys_basic_key_without_filter() X-Ref |
Export for a user with a key against a script where no instance is specified. |
test_export_userkeys_complex_key_with_filter() X-Ref |
Export for a user with a key against a script where additional data is specified. |
test_export_userkeys_multiple_complex_key_with_filter() X-Ref |
Export for a user with keys against multiple scripts where additional data is specified. |
test_export_userkeys_multiple_users() X-Ref |
Export for keys against multiple users. |
test_delete_all_userkeys_in_script() X-Ref |
Delete for all users in a script. |