PHP Class Ouzo\Utilities\Iterator\FluentIteratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: letsdrink/ouzo

Public Methods

Method Description
shouldBatchIteratorElements ( )
shouldCycleIndefinitely ( )
shouldFilterIteratorElements ( )
shouldGenerateValues ( )
shouldMapItems ( )
shouldNotCallMapFunctionOnSkippedElements ( )
shouldReturnFirstElementInIterator ( )
shouldReturnFirstElementOrDefault ( )
shouldSkipAndLimitItems ( )
shouldThrowExceptionIfFirstCalledForEmptyIterator ( )

Method Details

shouldBatchIteratorElements() public method

shouldCycleIndefinitely() public method

shouldFilterIteratorElements() public method

shouldGenerateValues() public method

shouldMapItems() public method

public shouldMapItems ( )

shouldNotCallMapFunctionOnSkippedElements() public method

shouldReturnFirstElementInIterator() public method

shouldReturnFirstElementOrDefault() public method

shouldSkipAndLimitItems() public method

shouldThrowExceptionIfFirstCalledForEmptyIterator() public method