See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 578 lines (24 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
externallib_test:: (24 methods):
setUp()
setup_test_data()
test_mod_lti_get_tool_proxies()
test_mod_lti_get_orphaned_tool_proxies()
test_get_tool_launch_data()
test_mod_lti_get_ltis_by_courses()
test_view_lti_invalid_instanceid()
test_view_lti_no_enrolment()
test_view_lti_no_capability()
test_view_lti()
test_mod_lti_create_tool_proxy()
test_mod_lti_create_tool_proxy_duplicateurl()
test_mod_lti_create_tool_proxy_without_capability()
test_mod_lti_delete_tool_proxy()
test_mod_lti_get_tool_proxy_registration_request()
test_mod_lti_get_tool_types()
test_mod_lti_create_tool_type()
test_mod_lti_create_tool_type_nonexistant_file()
test_mod_lti_create_tool_type_bad_file()
test_mod_lti_create_tool_type_without_capability()
test_mod_lti_update_tool_type()
test_mod_lti_delete_tool_type()
test_mod_lti_delete_tool_type_without_capability()
test_mod_lti_is_cartridge()
Class: externallib_test - X-Ref
External tool module external functions testssetUp() X-Ref |
Set up for every test |
setup_test_data() X-Ref |
Sets up some basic test data including course, users, roles, and an lti instance, for use in some tests. return: array |
test_mod_lti_get_tool_proxies() X-Ref |
Test get_tool_proxies. |
test_mod_lti_get_orphaned_tool_proxies() X-Ref |
Test get_tool_proxies with orphaned proxies only. |
test_get_tool_launch_data() X-Ref |
Test get_tool_launch_data. |
test_mod_lti_get_ltis_by_courses() X-Ref |
Test get_ltis_by_courses. |
test_view_lti_invalid_instanceid() X-Ref |
Test view_lti with an invalid instance id. |
test_view_lti_no_enrolment() X-Ref |
Test view_lti as a user who is not enrolled in the course. |
test_view_lti_no_capability() X-Ref |
Test view_lti for a user without the mod/lti:view capability. |
test_view_lti() X-Ref |
Test view_lti for a user with the mod/lti:view capability in the course. |
test_mod_lti_create_tool_proxy() X-Ref |
Test create_tool_proxy. |
test_mod_lti_create_tool_proxy_duplicateurl() X-Ref |
Test create_tool_proxy with a duplicate url. |
test_mod_lti_create_tool_proxy_without_capability() X-Ref |
Test create_tool_proxy for a user without the required capability. |
test_mod_lti_delete_tool_proxy() X-Ref |
Test delete_tool_proxy. |
test_mod_lti_get_tool_proxy_registration_request() X-Ref |
Test get_tool_proxy_registration_request. |
test_mod_lti_get_tool_types() X-Ref |
Test get_tool_types. |
test_mod_lti_create_tool_type() X-Ref |
Test create_tool_type. |
test_mod_lti_create_tool_type_nonexistant_file() X-Ref |
Test create_tool_type failure from non existent file. |
test_mod_lti_create_tool_type_bad_file() X-Ref |
Test create_tool_type failure from xml that is not a cartridge. |
test_mod_lti_create_tool_type_without_capability() X-Ref |
Test create_tool_type as a user without the required capability. |
test_mod_lti_update_tool_type() X-Ref |
Test update_tool_type. |
test_mod_lti_delete_tool_type() X-Ref |
Test delete_tool_type for a user with the required capability. |
test_mod_lti_delete_tool_type_without_capability() X-Ref |
Test delete_tool_type for a user without the required capability. |
test_mod_lti_is_cartridge() X-Ref |
Test is_cartridge. |