PHP Class React\Promise\FunctionAnyTest

Inheritance: extends TestCase
Afficher le fichier Open project: reactphp/promise

Méthodes publiques

Méthode Description
shouldCancelInputArrayPromises ( )
shouldNotCancelOtherPendingInputArrayPromisesIfOnePromiseFulfills ( )
shouldNotRelyOnArryIndexesWhenUnwrappingToASingleResolutionValue ( )
shouldRejectWithAllRejectedInputValuesIfAllInputsAreRejected ( )
shouldRejectWithLengthExceptionWithEmptyInputArray ( )
shouldResolveWhenFirstInputPromiseResolves ( )
shouldResolveWithAPromisedInputValue ( )
shouldResolveWithAnInputValue ( )

Method Details

shouldCancelInputArrayPromises() public méthode

shouldNotCancelOtherPendingInputArrayPromisesIfOnePromiseFulfills() public méthode

shouldNotRelyOnArryIndexesWhenUnwrappingToASingleResolutionValue() public méthode

shouldRejectWithAllRejectedInputValuesIfAllInputsAreRejected() public méthode

shouldRejectWithLengthExceptionWithEmptyInputArray() public méthode

shouldResolveWhenFirstInputPromiseResolves() public méthode

shouldResolveWithAPromisedInputValue() public méthode

shouldResolveWithAnInputValue() public méthode