Unit Tests for a the collection of contextlists class
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 196 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
contextlist_collection_test:: (9 methods):
test_supports_contextlist()
test_supports_approved_contextlist()
test_get_contextlist_for_component()
test_get_contextlist_for_component_not_found()
test_duplicate_addition_throws()
test_countable()
test_iteration()
test_get_userid()
test_add_without_component()
Class: contextlist_collection_test - X-Ref
Tests for the \core_privacy API's contextlist collection functionality.test_supports_contextlist() X-Ref |
A contextlist_collection should support the contextlist type. |
test_supports_approved_contextlist() X-Ref |
A contextlist_collection should support the approved_contextlist type. |
test_get_contextlist_for_component() X-Ref |
Ensure that get_contextlist_for_component returns the correct contextlist. |
test_get_contextlist_for_component_not_found() X-Ref |
Ensure that get_contextlist_for_component does not die horribly when querying a non-existent component. |
test_duplicate_addition_throws() X-Ref |
Ensure that a duplicate contextlist in the collection throws an Exception. |
test_countable() X-Ref |
Ensure that the contextlist_collection is countable. |
test_iteration() X-Ref |
Ensure that the contextlist_collection iterates over the set of contextlists. |
test_get_userid() X-Ref |
Test that the userid is correctly returned. |
test_add_without_component() X-Ref |
Test that an exception is thrown if a contextlist does not contain a component. |