Definition at line 25 of file IsNullConstraintTest.php.
◆ setUp()
IsNullConstraintTest::setUp |
( |
| ) |
|
|
protected |
◆ testAccepts()
IsNullConstraintTest::testAccepts |
( |
| ) |
|
◆ testCheckFails()
IsNullConstraintTest::testCheckFails |
( |
| ) |
|
◆ testCheckSucceed()
IsNullConstraintTest::testCheckSucceed |
( |
| ) |
|
◆ testNoProblemWith()
IsNullConstraintTest::testNoProblemWith |
( |
| ) |
|
◆ testNotAccepts()
IsNullConstraintTest::testNotAccepts |
( |
| ) |
|
◆ testProblemWith()
IsNullConstraintTest::testProblemWith |
( |
| ) |
|
◆ testRestrictError()
IsNullConstraintTest::testRestrictError |
( |
| ) |
|
◆ testRestrictNotOk()
IsNullConstraintTest::testRestrictNotOk |
( |
| ) |
|
◆ testRestrictOk()
IsNullConstraintTest::testRestrictOk |
( |
| ) |
|
◆ testWithProblemBuilder()
IsNullConstraintTest::testWithProblemBuilder |
( |
| ) |
|
Definition at line 103 of file IsNullConstraintTest.php.
105 $new_c = $this->c->withProblemBuilder(
static function ():
string {
106 return "This was a fault";
108 $this->assertEquals(
"This was a fault", $new_c->problemWith(2));
◆ $c
ILIAS Refinery Constraint IsNullConstraintTest::$c |
|
private |
◆ $df
DataFactory IsNullConstraintTest::$df |
|
private |
◆ $f
Refinery IsNullConstraintTest::$f |
|
private |
◆ $lng
The documentation for this class was generated from the following file: