|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test peer reviews. More...
Inheritance diagram for ExcPeerReviewTest:
Collaboration diagram for ExcPeerReviewTest:Public Member Functions | |
| testDistributionNumberOfPeers () | |
| Test if each rater has $num_assignments peers. More... | |
| testDistributionNumberOfRaters () | |
| Test if each peer is assigned to $num_assignments raters. More... | |
| testDistributionNoSelfAssignment () | |
| Test if raters are not assigned as peers to themselves. More... | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
| getDistribution ($user_ids, $num_assignments) | |
Test peer reviews.
Definition at line 10 of file ExcPeerReviewTest.php.
|
protected |
Definition at line 23 of file ExcPeerReviewTest.php.
Referenced by testDistributionNoSelfAssignment(), testDistributionNumberOfPeers(), and testDistributionNumberOfRaters().
Here is the caller graph for this function:
|
protected |
Definition at line 14 of file ExcPeerReviewTest.php.
|
protected |
Definition at line 19 of file ExcPeerReviewTest.php.
| ExcPeerReviewTest::testDistributionNoSelfAssignment | ( | ) |
Test if raters are not assigned as peers to themselves.
Definition at line 71 of file ExcPeerReviewTest.php.
References getDistribution().
Here is the call graph for this function:| ExcPeerReviewTest::testDistributionNumberOfPeers | ( | ) |
Test if each rater has $num_assignments peers.
Definition at line 32 of file ExcPeerReviewTest.php.
References getDistribution().
Here is the call graph for this function:| ExcPeerReviewTest::testDistributionNumberOfRaters | ( | ) |
Test if each peer is assigned to $num_assignments raters.
Definition at line 47 of file ExcPeerReviewTest.php.
References getDistribution().
Here is the call graph for this function: