ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Test peer reviews. More...
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().
|
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().
ExcPeerReviewTest::testDistributionNumberOfPeers | ( | ) |
Test if each rater has $num_assignments peers.
Definition at line 32 of file ExcPeerReviewTest.php.
References getDistribution().
ExcPeerReviewTest::testDistributionNumberOfRaters | ( | ) |
Test if each peer is assigned to $num_assignments raters.
Definition at line 47 of file ExcPeerReviewTest.php.
References getDistribution().