ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
TestCase for the sequential constraint. More...
Public Member Functions | |
testAccepts () | |
testNotAccepts () | |
testCheckSucceed () | |
testCheckFails () | |
testNoProblemWith () | |
testProblemWith1 () | |
testProblemWith2 () | |
testRestrictOk () | |
testRestrictNotOk () | |
testRestrictError () | |
testWithProblemBuilder () | |
Protected Member Functions | |
setUp () | |
TestCase for the sequential constraint.
Definition at line 14 of file SequentialConstraintTest.php.
|
protected |
Definition at line 16 of file SequentialConstraintTest.php.
SequentialTest::testAccepts | ( | ) |
Definition at line 39 of file SequentialConstraintTest.php.
SequentialTest::testCheckFails | ( | ) |
Definition at line 55 of file SequentialConstraintTest.php.
SequentialTest::testCheckSucceed | ( | ) |
Definition at line 49 of file SequentialConstraintTest.php.
SequentialTest::testNoProblemWith | ( | ) |
Definition at line 61 of file SequentialConstraintTest.php.
SequentialTest::testNotAccepts | ( | ) |
Definition at line 44 of file SequentialConstraintTest.php.
SequentialTest::testProblemWith1 | ( | ) |
Definition at line 66 of file SequentialConstraintTest.php.
SequentialTest::testProblemWith2 | ( | ) |
Definition at line 75 of file SequentialConstraintTest.php.
SequentialTest::testRestrictError | ( | ) |
Definition at line 100 of file SequentialConstraintTest.php.
References $res.
SequentialTest::testRestrictNotOk | ( | ) |
Definition at line 92 of file SequentialConstraintTest.php.
References $res.
SequentialTest::testRestrictOk | ( | ) |
Definition at line 84 of file SequentialConstraintTest.php.
SequentialTest::testWithProblemBuilder | ( | ) |
Definition at line 108 of file SequentialConstraintTest.php.