PHP Class React\Promise\CancellationQueueTest

Inheritance: extends TestCase
Show file Open project: reactphp/promise

Public Methods

Method Description
acceptsSimpleCancellableThenable ( )
callsCancelOnPromisesEnqueuedAfterStart ( )
callsCancelOnPromisesEnqueuedBeforeStart ( )
doesNotCallCancelTwiceWhenStartedTwice ( )
ignoresSimpleCancellable ( )
rethrowsExceptionsThrownFromCancel ( )

Private Methods

Method Description
getCancellableDeferred ( )

Method Details

acceptsSimpleCancellableThenable() public method

callsCancelOnPromisesEnqueuedAfterStart() public method

callsCancelOnPromisesEnqueuedBeforeStart() public method

doesNotCallCancelTwiceWhenStartedTwice() public method

ignoresSimpleCancellable() public method

rethrowsExceptionsThrownFromCancel() public method