Unit Tests for a the collection of userlists class
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 182 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
userlist_collection_test:: (8 methods):
test_supports_userlist()
test_supports_approved_userlist()
test_get_userlist_for_component()
test_get_userlist_for_component_not_found()
test_duplicate_addition_throws()
test_countable()
test_iteration()
test_get_context()
Class: userlist_collection_test - X-Ref
Tests for the \core_privacy API's userlist collection functionality.test_supports_userlist() X-Ref |
A userlist_collection should support the userlist type. |
test_supports_approved_userlist() X-Ref |
A userlist_collection should support the approved_userlist type. |
test_get_userlist_for_component() X-Ref |
Ensure that get_userlist_for_component returns the correct userlist. |
test_get_userlist_for_component_not_found() X-Ref |
Ensure that get_userlist_for_component does not die horribly when querying a non-existent component. |
test_duplicate_addition_throws() X-Ref |
Ensure that a duplicate userlist in the collection throws an Exception. |
test_countable() X-Ref |
Ensure that the userlist_collection is countable. |
test_iteration() X-Ref |
Ensure that the userlist_collection iterates over the set of userlists. |
test_get_context() X-Ref |
Test that the context is correctly returned. |