|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\Event\PromiseTest:
Collaboration diagram for Sabre\Event\PromiseTest:Public Member Functions | |
| testSuccess () | |
| testFail () | |
| testChain () | |
| testChainPromise () | |
| testPendingResult () | |
| testPendingFail () | |
| testExecutorSuccess () | |
| testExecutorFail () | |
| testFulfillTwice () | |
| @expectedException \Sabre\Event\PromiseAlreadyResolvedException More... | |
| testRejectTwice () | |
| @expectedException \Sabre\Event\PromiseAlreadyResolvedException More... | |
| testFromFailureHandler () | |
| testAll () | |
| testAllReject () | |
| testAllRejectThenResolve () | |
| testRace () | |
| testRaceReject () | |
| testWaitResolve () | |
| testWaitWillNeverResolve () | |
| @expectedException \LogicException More... | |
| testWaitRejectedException () | |
| testWaitRejectedScalar () | |
| testWaitRejectedNonScalar () | |
Definition at line 5 of file PromiseTest.php.
| Sabre\Event\PromiseTest::testAll | ( | ) |
Definition at line 196 of file PromiseTest.php.
References Sabre\Event\Promise\all(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testAllReject | ( | ) |
Definition at line 218 of file PromiseTest.php.
References Sabre\Event\Promise\all(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testAllRejectThenResolve | ( | ) |
Definition at line 243 of file PromiseTest.php.
References Sabre\Event\Promise\all(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testChain | ( | ) |
Definition at line 37 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testChainPromise | ( | ) |
Definition at line 55 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testExecutorFail | ( | ) |
Definition at line 126 of file PromiseTest.php.
References $promise, $result, $success, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testExecutorSuccess | ( | ) |
Definition at line 109 of file PromiseTest.php.
References $promise, $result, $success, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testFail | ( | ) |
Definition at line 22 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testFromFailureHandler | ( | ) |
Definition at line 169 of file PromiseTest.php.
References $ok, $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testFulfillTwice | ( | ) |
| Sabre\Event\PromiseTest::testPendingFail | ( | ) |
Definition at line 93 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testPendingResult | ( | ) |
Definition at line 77 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testRace | ( | ) |
Definition at line 268 of file PromiseTest.php.
References Sabre\Event\Promise\race(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testRaceReject | ( | ) |
Definition at line 292 of file PromiseTest.php.
References Sabre\Event\Promise\race(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testRejectTwice | ( | ) |
| Sabre\Event\PromiseTest::testSuccess | ( | ) |
Definition at line 7 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testWaitRejectedException | ( | ) |
Definition at line 339 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\nextTick().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testWaitRejectedNonScalar | ( | ) |
Definition at line 371 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\nextTick().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testWaitRejectedScalar | ( | ) |
Definition at line 355 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\nextTick().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testWaitResolve | ( | ) |
Definition at line 316 of file PromiseTest.php.
References $promise, and Sabre\Event\Loop\nextTick().
Here is the call graph for this function:| Sabre\Event\PromiseTest::testWaitWillNeverResolve | ( | ) |
@expectedException \LogicException
Definition at line 332 of file PromiseTest.php.
References $promise.