Differences Between: [Versions 311 and 402] [Versions 400 and 402] [Versions 401 and 402]
This file contains the class that handles testing of the calendar events.
Copyright: | 2014 Ankit Agarwal <ankit.agrr@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 820 lines (32 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
events_test:: (20 methods):
setUp()
test_calendar_event_created()
test_calendar_event_created_validations()
test_calendar_event_updated()
test_calendar_event_updated_toggle_visibility()
test_calendar_event_updated_validations()
test_calendar_event_deleted()
test_calendar_event_deleted_validations()
test_calendar_subscription_created_site()
test_calendar_subscription_created_category()
test_calendar_subscription_created_course()
test_calendar_subscription_created_group()
test_calendar_subscription_updated_site()
test_calendar_subscription_updated_category()
test_calendar_subscription_updated_course()
test_calendar_subscription_updated_group()
test_calendar_subscription_deleted_site()
test_calendar_subscription_deleted_category()
test_calendar_subscription_deleted_course()
test_calendar_subscription_deleted_group()
Class: events_test - X-Ref
This file contains the class that handles testing of the calendar events.setUp() X-Ref |
Test set up. |
test_calendar_event_created() X-Ref |
Tests for calendar_event_created event. |
test_calendar_event_created_validations() X-Ref |
Tests for event validations related to calendar_event_created event. |
test_calendar_event_updated() X-Ref |
Tests for calendar_event_updated event. |
test_calendar_event_updated_toggle_visibility() X-Ref |
Tests for calendar_event_updated event. |
test_calendar_event_updated_validations() X-Ref |
Tests for event validations related to calendar_event_created event. |
test_calendar_event_deleted() X-Ref |
Tests for calendar_event_deleted event. |
test_calendar_event_deleted_validations() X-Ref |
Tests for event validations related to calendar_event_deleted event. |
test_calendar_subscription_created_site() X-Ref |
Tests for calendar_subscription_added event for a site subscription. |
test_calendar_subscription_created_category() X-Ref |
Tests for calendar_subscription_added event for a category subscription. |
test_calendar_subscription_created_course() X-Ref |
Tests for calendar_subscription_added event for a course subscription. |
test_calendar_subscription_created_group() X-Ref |
Tests for calendar_subscription_added event for a group subscription. |
test_calendar_subscription_updated_site() X-Ref |
Tests for calendar_subscription_updated event for a site subscription. |
test_calendar_subscription_updated_category() X-Ref |
Tests for calendar_subscription_updated event for a category subscription. |
test_calendar_subscription_updated_course() X-Ref |
Tests for calendar_subscription_updated event for a group subscription. |
test_calendar_subscription_updated_group() X-Ref |
Tests for calendar_subscription_updated event for a course subscription. |
test_calendar_subscription_deleted_site() X-Ref |
Tests for calendar_subscription_deleted event for a site subscription. |
test_calendar_subscription_deleted_category() X-Ref |
Tests for calendar_subscription_deleted event for a category subscription. |
test_calendar_subscription_deleted_course() X-Ref |
Tests for calendar_subscription_deleted event for a course. |
test_calendar_subscription_deleted_group() X-Ref |
Tests for calendar_subscription_deleted event for a group. |