Differences Between: [Versions 400 and 403] [Versions 401 and 403]
(no description)
File Size: | 471 lines (21 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_recordings_test:: (13 methods):
setUp()
get_recordings()
test_execute_wrong_instance()
test_execute_without_login()
test_execute_with_invalid_login()
test_execute_with_valid_login()
test_get_recordings_tools()
test_get_recordings_preview()
test_get_recordings_room_only()
test_get_recordings_imported()
test_get_imported_recordings_only()
test_get_recordings_groups()
recording_group_test_data()
Class: get_recordings_test - X-Ref
Tests for the update_course class.setUp() X-Ref |
Setup for test |
get_recordings(...$params) X-Ref |
Helper param: mixed ...$params return: array|bool|mixed |
test_execute_wrong_instance() X-Ref |
Test execute API CALL with no instance |
test_execute_without_login() X-Ref |
Test execute API CALL without login |
test_execute_with_invalid_login() X-Ref |
Test execute API CALL with invalid login |
test_execute_with_valid_login() X-Ref |
When login as a student |
test_get_recordings_tools() X-Ref |
Check if tools are present for teacher/moderator |
test_get_recordings_preview() X-Ref |
Check preview is present and displayed |
test_get_recordings_room_only() X-Ref |
Check we can see all recording from a course in a room only instance |
test_get_recordings_imported() X-Ref |
Check if we can see the imported recording in a new instance |
test_get_imported_recordings_only() X-Ref |
Check we can see only imported recordings in a recordings only instance when "Show only imported links" enabled. |
test_get_recordings_groups($type, $groups, $users, $recordingsdata, $test, $coursemode) X-Ref |
Check if recording are visible/invisible depending on the group. param: string $type param: array $groups param: array $users param: array $recordingsdata param: array $test param: int $coursemode |
recording_group_test_data() X-Ref |
Recording group test return: array[] |