PHP 클래스 iter\IterTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nikic/iter

공개 메소드들

메소드 설명
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 ( )

비공개 메소드들

메소드 설명
assertKeysValues ( array $keys, array $values, callable $fn )

메소드 상세

provideTestAssertIterableFails() 공개 메소드

provideTestRange() 공개 메소드

public provideTestRange ( )

testAnyAll() 공개 메소드

public testAnyAll ( )

testApply() 공개 메소드

public testApply ( )

testAssertIterableFails() 공개 메소드

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

testChain() 공개 메소드

public testChain ( )

testChunk() 공개 메소드

public testChunk ( )

testComplexReduce() 공개 메소드

public testComplexReduce ( )

testComplexReductions() 공개 메소드

testCount() 공개 메소드

public testCount ( )

testFilter() 공개 메소드

public testFilter ( )

testFlatten() 공개 메소드

public testFlatten ( )

testFlip() 공개 메소드

public testFlip ( )

testIsIterable() 공개 메소드

public testIsIterable ( )

testJoin() 공개 메소드

public testJoin ( )

testKeyValue() 공개 메소드

public testKeyValue ( )

testMap() 공개 메소드

public testMap ( )

testMapKeys() 공개 메소드

public testMapKeys ( )

testNegativeChunkSizeError() 공개 메소드

testProduct() 공개 메소드

public testProduct ( )

testRange() 공개 메소드

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

testRangeStepMustBeNegative() 공개 메소드

testRangeStepMustBePositive() 공개 메소드

testRecurse() 공개 메소드

public testRecurse ( )

testReduce() 공개 메소드

public testReduce ( )

testReductions() 공개 메소드

public testReductions ( )

testReindex() 공개 메소드

public testReindex ( )

testRepeat() 공개 메소드

public testRepeat ( )

testRepeatNegativeNumError() 공개 메소드

testSearch() 공개 메소드

public testSearch ( )

testSlice() 공개 메소드

public testSlice ( )

testSliceNegativeLengthError() 공개 메소드

testSliceNegativeStartOffsetError() 공개 메소드

testTakeDrop() 공개 메소드

public testTakeDrop ( )

testTakeOrDropWhile() 공개 메소드

public testTakeOrDropWhile ( )

testToArray() 공개 메소드

public testToArray ( )

testToArrayWithKeys() 공개 메소드

public testToArrayWithKeys ( )

testToIter() 공개 메소드

public testToIter ( )

testZeroChunkSizeError() 공개 메소드

testZip() 공개 메소드

public testZip ( )

testZipEmpty() 공개 메소드

public testZipEmpty ( )

testZipKeyValue() 공개 메소드

public testZipKeyValue ( )