PHP Class phpstreams\tests\unit\StreamTest

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

Méthodes publiques

Méthode 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 méthode

public testAll ( )

testAny() public méthode

public testAny ( )

testCollect() public méthode

Test the collect method.
public testCollect ( )

testConstructor() public méthode

public testConstructor ( )

testConstructorException() public méthode

testCount() public méthode

public testCount ( )

testIsSortedWithArray() public méthode

testIsSortedWithSortedSource() public méthode

testIsSortedWithUnsortedSource() public méthode

testIsValidSource() public méthode

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

testReduce() public méthode

public testReduce ( )

testToArray() public méthode

public testToArray ( )