Differences Between: [Versions 310 and 402] [Versions 39 and 402]
Unit tests for grade/report/lib.php.
Author: | Andrew Davis |
License: | http://www.gnu.org/copyleft/gpl.html GNU Public License |
File Size: | 226 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
grade_report_mock:: (4 methods):
__construct()
blank_hidden_total_and_adjust_bounds()
process_data()
process_action()
reportlib_test:: (1 method):
test_blank_hidden_total_and_adjust_bounds()
Class: grade_report_mock - X-Ref
A test class used to test grade_report, the abstract grade report parent class__construct($courseid, $gpr, $context, $user) X-Ref |
No description |
blank_hidden_total_and_adjust_bounds($courseid, $courseitem, $finalgrade) X-Ref |
A wrapper around blank_hidden_total_and_adjust_bounds() to allow test code to call it directly |
process_data($data) X-Ref |
Implementation of the abstract method process_data() |
process_action($target, $action) X-Ref |
Implementation of the abstract method process_action() |
Class: reportlib_test - X-Ref
Tests grade_report, the parent class for all grade reports.test_blank_hidden_total_and_adjust_bounds() X-Ref |
Tests grade_report::blank_hidden_total_and_adjust_bounds() |