(no description)
File Size: | 358 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider_test:: (11 methods):
setUp()
add_comment()
test_get_metadata()
test_get_contexts_for_userid_no_comment()
test_get_contexts_for_userid()
test_export_for_context_no_comment()
test_export_for_context()
test_delete_data_for_all_users_in_context()
test_delete_data_for_user()
test_get_users_in_context()
test_delete_data_for_users()
Class: provider_test - X-Ref
Privacy api tests.setUp() X-Ref |
Set up function for tests in this class. |
add_comment($text, context $context) X-Ref |
Posts a comment on a given context. param: string $text The comment's text. param: context $context The context on which we want to put the comment. |
test_get_metadata() X-Ref |
Test for provider::get_metadata(). |
test_get_contexts_for_userid_no_comment() X-Ref |
Test for provider::get_contexts_for_userid() when user had not posted any comments.. |
test_get_contexts_for_userid() X-Ref |
Test for provider::get_contexts_for_userid(). |
test_export_for_context_no_comment() X-Ref |
Test for provider::export_user_data() when the user has not posted any comments. |
test_export_for_context() X-Ref |
Test for provider::export_user_data(). |
test_delete_data_for_all_users_in_context() X-Ref |
Test for provider::delete_data_for_all_users_in_context(). |
test_delete_data_for_user() X-Ref |
Test for provider::delete_data_for_user(). |
test_get_users_in_context() X-Ref |
Test that only users within a course context are fetched. |
test_delete_data_for_users() X-Ref |
Test that data for users in approved userlist is deleted. |