|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setUp () | |
| tearDown () | |
| test_calculate_peer_grade_null_grade () | |
| test_calculate_peer_grade_worst_possible () | |
| test_calculate_peer_grade_best_possible () | |
| test_calculate_peer_grade_something () | |
Protected Attributes | |
| $realDB | |
| $workshop | |
| $strategy | |
Definition at line 52 of file testlib.php.
| setUp | ( | ) |
Setup testing environment
Definition at line 66 of file testlib.php.
| tearDown | ( | ) |
Definition at line 107 of file testlib.php.
$realDB [protected] |
real database
Definition at line 55 of file testlib.php.
$strategy [protected] |
instance of the strategy logic class being tested
Definition at line 61 of file testlib.php.
$workshop [protected] |
workshop instance emulation
Definition at line 58 of file testlib.php.