PHP Class React\Promise\FunctionReduceTest

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

Public Methods

Method Description
shouldAllowSparseArrayInputWithInitialValue ( )
shouldAllowSparseArrayInputWithoutInitialValue ( )
shouldCancelInputArrayPromises ( )
shouldProvideCorrectBasisValue ( )
shouldReduceEmptyInputWithInitialPromise ( )
shouldReduceEmptyInputWithInitialValue ( )
shouldReduceInInputOrder ( )
shouldReducePromisedValuesWithInitialPromise ( )
shouldReducePromisedValuesWithInitialValue ( )
shouldReducePromisedValuesWithoutInitialValue ( )
shouldReduceValuesWithInitialPromise ( )
shouldReduceValuesWithInitialValue ( )
shouldReduceValuesWithoutInitialValue ( )
shouldRejectWhenInputContainsRejection ( )
shouldResolveWithNullWhenInputIsEmptyAndNoInitialValueOrPromiseProvided ( )

Protected Methods

Method Description
append ( )
plus ( )

Method Details

append() protected method

protected append ( )

plus() protected method

protected plus ( )

shouldAllowSparseArrayInputWithInitialValue() public method

shouldAllowSparseArrayInputWithoutInitialValue() public method

shouldCancelInputArrayPromises() public method

shouldProvideCorrectBasisValue() public method

shouldReduceEmptyInputWithInitialPromise() public method

shouldReduceEmptyInputWithInitialValue() public method

shouldReduceInInputOrder() public method

shouldReducePromisedValuesWithInitialPromise() public method

shouldReducePromisedValuesWithInitialValue() public method

shouldReducePromisedValuesWithoutInitialValue() public method

shouldReduceValuesWithInitialPromise() public method

shouldReduceValuesWithInitialValue() public method

shouldReduceValuesWithoutInitialValue() public method

shouldRejectWhenInputContainsRejection() public method

shouldResolveWithNullWhenInputIsEmptyAndNoInitialValueOrPromiseProvided() public method