ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
testNonGenerator () | |
testBasicCoroutine () | |
testFulfilledPromise () | |
testRejectedPromise () | |
testRejectedPromiseException () | |
testRejectedPromiseArray () | |
testFulfilledPromiseAsync () | |
testRejectedPromiseAsync () | |
testCoroutineException () | |
testDeepException () | |
testResolveToLastYield () | |
testResolveToLastYieldPromise () | |
Definition at line 5 of file CoroutineTest.php.
Sabre\Event\CoroutineTest::testBasicCoroutine | ( | ) |
Definition at line 16 of file CoroutineTest.php.
References $start, and Sabre\Event\coroutine().
Sabre\Event\CoroutineTest::testCoroutineException | ( | ) |
Definition at line 172 of file CoroutineTest.php.
References $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testDeepException | ( | ) |
Definition at line 193 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testFulfilledPromise | ( | ) |
Definition at line 31 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testFulfilledPromiseAsync | ( | ) |
Definition at line 125 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testNonGenerator | ( | ) |
Definition at line 10 of file CoroutineTest.php.
References Sabre\Event\coroutine().
Sabre\Event\CoroutineTest::testRejectedPromise | ( | ) |
Definition at line 50 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testRejectedPromiseArray | ( | ) |
Definition at line 100 of file CoroutineTest.php.
References $promise, $start, and Sabre\Event\coroutine().
Sabre\Event\CoroutineTest::testRejectedPromiseAsync | ( | ) |
Definition at line 146 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testRejectedPromiseException | ( | ) |
Definition at line 75 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testResolveToLastYield | ( | ) |
Definition at line 217 of file CoroutineTest.php.
References $ok, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Sabre\Event\CoroutineTest::testResolveToLastYieldPromise | ( | ) |
Definition at line 238 of file CoroutineTest.php.
References $ok, $promise, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().