PHP Class iter\IterTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nikic/iter

Méthodes publiques

Méthode Description
provideTestAssertIterableFails ( )
provideTestRange ( )
testAnyAll ( )
testApply ( )
testAssertIterableFails ( callable $fn, $expectedMessage )
testChain ( )
testChunk ( )
testComplexReduce ( )
testComplexReductions ( )
testCount ( )
testFilter ( )
testFlatten ( )
testFlip ( )
testIsIterable ( )
testJoin ( )
testKeyValue ( )
testMap ( )
testMapKeys ( )
testNegativeChunkSizeError ( )
testProduct ( )
testRange ( $start, $end, $step, $resultArray )
testRangeStepMustBeNegative ( )
testRangeStepMustBePositive ( )
testRecurse ( )
testReduce ( )
testReductions ( )
testReindex ( )
testRepeat ( )
testRepeatNegativeNumError ( )
testSearch ( )
testSlice ( )
testSliceNegativeLengthError ( )
testSliceNegativeStartOffsetError ( )
testTakeDrop ( )
testTakeOrDropWhile ( )
testToArray ( )
testToArrayWithKeys ( )
testToIter ( )
testZeroChunkSizeError ( )
testZip ( )
testZipEmpty ( )
testZipKeyValue ( )

Private Methods

Méthode Description
assertKeysValues ( array $keys, array $values, callable $fn )

Method Details

provideTestAssertIterableFails() public méthode

provideTestRange() public méthode

public provideTestRange ( )

testAnyAll() public méthode

public testAnyAll ( )

testApply() public méthode

public testApply ( )

testAssertIterableFails() public méthode

public testAssertIterableFails ( callable $fn, $expectedMessage )
$fn callable

testChain() public méthode

public testChain ( )

testChunk() public méthode

public testChunk ( )

testComplexReduce() public méthode

public testComplexReduce ( )

testComplexReductions() public méthode

testCount() public méthode

public testCount ( )

testFilter() public méthode

public testFilter ( )

testFlatten() public méthode

public testFlatten ( )

testFlip() public méthode

public testFlip ( )

testIsIterable() public méthode

public testIsIterable ( )

testJoin() public méthode

public testJoin ( )

testKeyValue() public méthode

public testKeyValue ( )

testMap() public méthode

public testMap ( )

testMapKeys() public méthode

public testMapKeys ( )

testNegativeChunkSizeError() public méthode

testProduct() public méthode

public testProduct ( )

testRange() public méthode

public testRange ( $start, $end, $step, $resultArray )

testRangeStepMustBeNegative() public méthode

testRangeStepMustBePositive() public méthode

testRecurse() public méthode

public testRecurse ( )

testReduce() public méthode

public testReduce ( )

testReductions() public méthode

public testReductions ( )

testReindex() public méthode

public testReindex ( )

testRepeat() public méthode

public testRepeat ( )

testRepeatNegativeNumError() public méthode

testSearch() public méthode

public testSearch ( )

testSlice() public méthode

public testSlice ( )

testSliceNegativeLengthError() public méthode

testSliceNegativeStartOffsetError() public méthode

testTakeDrop() public méthode

public testTakeDrop ( )

testTakeOrDropWhile() public méthode

public testTakeOrDropWhile ( )

testToArray() public méthode

public testToArray ( )

testToArrayWithKeys() public méthode

public testToArrayWithKeys ( )

testToIter() public méthode

public testToIter ( )

testZeroChunkSizeError() public méthode

testZip() public méthode

public testZip ( )

testZipEmpty() public méthode

public testZipEmpty ( )

testZipKeyValue() public méthode

public testZipKeyValue ( )