PHP Class phpstreams\tests\unit\StreamTest

Author: Bert Peters ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: bertptrs/phpstreams

Public Methods

Method Description
testAll ( )
testAny ( )
testCollect ( ) Test the collect method.
testConstructor ( )
testConstructorException ( )
testCount ( )
testIsSortedWithArray ( )
testIsSortedWithSortedSource ( )
testIsSortedWithUnsortedSource ( )
testIsValidSource ( ) Test whether the source checker actually works.
testReduce ( )
testToArray ( )

Method Details

testAll() public method

public testAll ( )

testAny() public method

public testAny ( )

testCollect() public method

Test the collect method.
public testCollect ( )

testConstructor() public method

public testConstructor ( )

testConstructorException() public method

testCount() public method

public testCount ( )

testIsSortedWithArray() public method

testIsSortedWithSortedSource() public method

testIsSortedWithUnsortedSource() public method

testIsValidSource() public method

Test whether the source checker actually works.
public testIsValidSource ( )

testReduce() public method

public testReduce ( )

testToArray() public method

public testToArray ( )