|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
TestCase for the factory of constraints. More...
Inheritance diagram for NotTest:
Collaboration diagram for NotTest:Public Member Functions | |
| testAccept ($constraint, $ok_value, $error_value) | |
| @dataProvider constraintsProvider More... | |
| testCheck ($constraint, $ok_value, $error_value) | |
| @dataProvider constraintsProvider More... | |
| testProblemWith ($constraint, $ok_value, $error_value) | |
| @dataProvider constraintsProvider More... | |
| testRestrict ($constraint, $ok_value, $error_value) | |
| @dataProvider constraintsProvider More... | |
| testWithProblemBuilder ($constraint, $ok_value, $error_value) | |
| @dataProvider constraintsProvider More... | |
| constraintsProvider () | |
TestCase for the factory of constraints.
Definition at line 13 of file NotTest.php.
| NotTest::constraintsProvider | ( | ) |
Definition at line 89 of file NotTest.php.
| NotTest::testAccept | ( | $constraint, | |
| $ok_value, | |||
| $error_value | |||
| ) |
@dataProvider constraintsProvider
Definition at line 18 of file NotTest.php.
| NotTest::testCheck | ( | $constraint, | |
| $ok_value, | |||
| $error_value | |||
| ) |
@dataProvider constraintsProvider
Definition at line 27 of file NotTest.php.
| NotTest::testProblemWith | ( | $constraint, | |
| $ok_value, | |||
| $error_value | |||
| ) |
@dataProvider constraintsProvider
Definition at line 52 of file NotTest.php.
| NotTest::testRestrict | ( | $constraint, | |
| $ok_value, | |||
| $error_value | |||
| ) |
@dataProvider constraintsProvider
Definition at line 61 of file NotTest.php.
| NotTest::testWithProblemBuilder | ( | $constraint, | |
| $ok_value, | |||
| $error_value | |||
| ) |
@dataProvider constraintsProvider
Definition at line 81 of file NotTest.php.