PHP Class Functional\Tests\ReduceTest

Inheritance: extends AbstractTestCase
Afficher le fichier Open project: lstrojny/functional-php

Méthodes publiques

Méthode Description
functionalCallback ( $value, $key, $collection, $returnValue )
setUp ( )
testExceptionThrownInArrayCallbackWhileReduceLeft ( )
testExceptionThrownInArrayCallbackWhileReduceRight ( )
testExceptionThrownInIteratorCallbackWhileReduceLeft ( )
testExceptionThrownInIteratorCallbackWhileReduceRight ( )
testPassNoCollectionToReduceLeft ( )
testPassNoCollectionToReduceRight ( )
testPassNonCallableToReduceLeft ( )
testPassNonCallableToReduceRight ( )
testReducing ( )

Method Details

functionalCallback() public méthode

public functionalCallback ( $value, $key, $collection, $returnValue )

setUp() public méthode

public setUp ( )

testExceptionThrownInArrayCallbackWhileReduceLeft() public méthode

testExceptionThrownInArrayCallbackWhileReduceRight() public méthode

testExceptionThrownInIteratorCallbackWhileReduceLeft() public méthode

testExceptionThrownInIteratorCallbackWhileReduceRight() public méthode

testPassNoCollectionToReduceLeft() public méthode

testPassNoCollectionToReduceRight() public méthode

testPassNonCallableToReduceLeft() public méthode

testPassNonCallableToReduceRight() public méthode

testReducing() public méthode

public testReducing ( )