ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
TestCase for the factory of constraints. More...
Public Member Functions | |
testAccept ($constraint, $ok_value, $error_value) | |
constraintsProvider More... | |
testCheck ($constraint, $ok_value, $error_value) | |
constraintsProvider More... | |
testProblemWith ($constraint, $ok_value, $error_value) | |
constraintsProvider More... | |
testRestrict ($constraint, $ok_value, $error_value) | |
constraintsProvider More... | |
testWithProblemBuilder ($constraint, $ok_value, $error_value) | |
constraintsProvider More... | |
constraintsProvider () | |
TestCase for the factory of constraints.
Definition at line 13 of file IntConstraintsTest.php.
IntConstraintsTest::constraintsProvider | ( | ) |
IntConstraintsTest::testAccept | ( | $constraint, | |
$ok_value, | |||
$error_value | |||
) |
constraintsProvider
Definition at line 18 of file IntConstraintsTest.php.
IntConstraintsTest::testCheck | ( | $constraint, | |
$ok_value, | |||
$error_value | |||
) |
IntConstraintsTest::testProblemWith | ( | $constraint, | |
$ok_value, | |||
$error_value | |||
) |
constraintsProvider
Definition at line 50 of file IntConstraintsTest.php.
IntConstraintsTest::testRestrict | ( | $constraint, | |
$ok_value, | |||
$error_value | |||
) |
constraintsProvider
Definition at line 59 of file IntConstraintsTest.php.
References $error, $ok, and $result.
IntConstraintsTest::testWithProblemBuilder | ( | $constraint, | |
$ok_value, | |||
$error_value | |||
) |
constraintsProvider
Definition at line 79 of file IntConstraintsTest.php.