PHP Trait Kraken\_Unit\Promise\_Partial\FunctionReducePartial

Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode Description
getTest ( ) : TUnit
testApiReduce_AllowsSparseInputValues_WithInitialValue ( )
testApiReduce_AllowsSparseInputValues_WithoutInitialValue ( )
testApiReduce_CancelsPromisedInputValues ( )
testApiReduce_ProvidesCorrectBasisValue ( )
testApiReduce_ReducesEmptyInputValues_WithInitialPromise ( )
testApiReduce_ReducesEmptyInputValues_WithInitialValue ( )
testApiReduce_ReducesInInputOrder ( )
testApiReduce_ReducesPrimitiveInputValues_WithInitialPromise ( )
testApiReduce_ReducesPrimitiveInputValues_WithInitialValue ( )
testApiReduce_ReducesPrimitiveInputValues_WithoutInitialValue ( )
testApiReduce_ReducesPromisedInputValues_WithInitialPromise ( )
testApiReduce_ReducesPromisedInputValues_WithInitialValue ( )
testApiReduce_ReducesPromisedInputValues_WithoutInitialValue ( )
testApiReduce_RejectsPromise_WhenInputContainsRejection ( )
testApiReduce_ResolvesPromiseWithNull_WhenInputIsEmptyAndNoInitialValueOrPromiseProvided ( )

Méthodes protégées

Méthode Description
append ( ) : callable
plus ( ) : callable

Method Details

append() protected méthode

protected append ( ) : callable
Résultat callable

getTest() abstract public méthode

See also: TUnit::getTest
abstract public getTest ( ) : TUnit
Résultat Kraken\Test\TUnit

plus() protected méthode

protected plus ( ) : callable
Résultat callable

testApiReduce_AllowsSparseInputValues_WithInitialValue() public méthode

testApiReduce_AllowsSparseInputValues_WithoutInitialValue() public méthode

testApiReduce_CancelsPromisedInputValues() public méthode

testApiReduce_ProvidesCorrectBasisValue() public méthode

testApiReduce_ReducesEmptyInputValues_WithInitialPromise() public méthode

testApiReduce_ReducesEmptyInputValues_WithInitialValue() public méthode

testApiReduce_ReducesInInputOrder() public méthode

testApiReduce_ReducesPrimitiveInputValues_WithInitialPromise() public méthode

testApiReduce_ReducesPrimitiveInputValues_WithInitialValue() public méthode

testApiReduce_ReducesPrimitiveInputValues_WithoutInitialValue() public méthode

testApiReduce_ReducesPromisedInputValues_WithInitialPromise() public méthode

testApiReduce_ReducesPromisedInputValues_WithInitialValue() public méthode

testApiReduce_ReducesPromisedInputValues_WithoutInitialValue() public méthode

testApiReduce_RejectsPromise_WhenInputContainsRejection() public méthode

testApiReduce_ResolvesPromiseWithNull_WhenInputIsEmptyAndNoInitialValueOrPromiseProvided() public méthode