PHP Trait Kraken\_Unit\Promise\_Partial\FunctionAnyPartial

Show file Open project: kraken-php/framework

Public Methods

Method Description
getTest ( ) : TUnit
testApiAny_DoesNotRelyOnArryIndexes_WhenUnwrappingToSingleResolutionValue ( )
testApiAny_RejectsPromise_WithEmptyInputArray ( )
testApiAny_RejectsPromise_WithRejectedInputValues ( )
testApiAny_ResolvesPromise_IfAnyInputPromisesResolve ( )
testApiAny_ResolvesPromise_WithPrimitiveInputValues ( )
testApiAny_ResolvesPromise_WithPromisedInputValues ( )
testApiCancel_CancelsInputArrayPromises ( )
testApiCancel_CancelsPendingInputArrayPromises_IfOnePromiseFulfills ( )

Method Details

getTest() abstract public method

See also: TUnit::getTest
abstract public getTest ( ) : TUnit
return Kraken\Test\TUnit

testApiAny_DoesNotRelyOnArryIndexes_WhenUnwrappingToSingleResolutionValue() public method

testApiAny_RejectsPromise_WithEmptyInputArray() public method

testApiAny_RejectsPromise_WithRejectedInputValues() public method

testApiAny_ResolvesPromise_IfAnyInputPromisesResolve() public method

testApiAny_ResolvesPromise_WithPrimitiveInputValues() public method

testApiAny_ResolvesPromise_WithPromisedInputValues() public method

testApiCancel_CancelsInputArrayPromises() public method

testApiCancel_CancelsPendingInputArrayPromises_IfOnePromiseFulfills() public method