◆ setUp()
| SequentialTest::setUp |
( |
| ) |
|
|
protected |
◆ testAccepts()
| SequentialTest::testAccepts |
( |
| ) |
|
◆ testCheckFails()
| SequentialTest::testCheckFails |
( |
| ) |
|
◆ testCheckSucceed()
| SequentialTest::testCheckSucceed |
( |
| ) |
|
◆ testNoProblemWith()
| SequentialTest::testNoProblemWith |
( |
| ) |
|
◆ testNotAccepts()
| SequentialTest::testNotAccepts |
( |
| ) |
|
◆ testProblemWith1()
| SequentialTest::testProblemWith1 |
( |
| ) |
|
◆ testProblemWith2()
| SequentialTest::testProblemWith2 |
( |
| ) |
|
◆ testRestrictError()
| SequentialTest::testRestrictError |
( |
| ) |
|
◆ testRestrictNotOk()
| SequentialTest::testRestrictNotOk |
( |
| ) |
|
◆ testRestrictOk()
| SequentialTest::testRestrictOk |
( |
| ) |
|
◆ testWithProblemBuilder()
| SequentialTest::testWithProblemBuilder |
( |
| ) |
|
Definition at line 129 of file SequentialConstraintTest.php.
131 $new_c = $this->c->withProblemBuilder(
static function ():
string {
132 return "This was a fault";
134 $this->assertEquals(
"This was a fault", $new_c->problemWith(7));
◆ $c
◆ $df
| DataFactory SequentialTest::$df |
|
private |
◆ $lng
◆ $refinery
| Refinery SequentialTest::$refinery |
|
private |
The documentation for this class was generated from the following file: