PHP Class Pinq\Tests\Integration\Traversable\OrderByTest

Inheritance: extends TraversableTest
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
dates ( )
names ( )
testCalledWithValueAndKeyParameters ( Pinq\ITraversable $traversable, array $data )
testThatDescendingNegatingNumbersIsEquivalentToOriginal ( Pinq\ITraversable $numbers, array $data )
testThatExecutionIsDeferred ( Pinq\ITraversable $traversable, array $data )
testThatMultipleExecutionIsDeferred ( Pinq\ITraversable $traversable, array $data )
testThatOrderByAscendingIsEquivalentToOrderByWithAscendingDirection ( Pinq\ITraversable $names, array $data )
testThatOrderByDescendingIsEquivalentToOrderByWithDescendingDirection ( Pinq\ITraversable $names, array $data )
testThatOrderByMaintainsNonScalarKeys ( Pinq\ITraversable $dates, array $data )
testThatOrderByMaintainsReferences ( Pinq\ITraversable $traversable )
testThatOrderByNegatingNumbersIsEquivalentToArrayReverse ( Pinq\ITraversable $numbers, array $data )
testThatOrderByOrdersDatesCorrectly ( Pinq\ITraversable $dates, array $data )
testThatOrderStringsByMultipleCharsOrdersCorrectly ( Pinq\ITraversable $names, array $data )
testThatOrderStringsCharsAndLengthCharsDescendingOrdersCorrectly ( Pinq\ITraversable $names, array $data )
testThatOrderStringsCharsAndLengthCharsOrdersCorrectly ( Pinq\ITraversable $names, array $data )
testThatThenByAscendingIsEquivalentToThenByWithAscendingDirection ( Pinq\ITraversable $names, array $data )
testThatThenByDescendingIsEquivalentToThenByWithDescendingDirection ( Pinq\ITraversable $names, array $data )

Méthodes protégées

Méthode Description
_testReturnsNewInstanceOfSameTypeWithSameScheme ( Pinq\ITraversable $traversable )

Method Details

_testReturnsNewInstanceOfSameTypeWithSameScheme() protected méthode

protected _testReturnsNewInstanceOfSameTypeWithSameScheme ( Pinq\ITraversable $traversable )
$traversable Pinq\ITraversable

dates() public méthode

public dates ( )

names() public méthode

public names ( )

testCalledWithValueAndKeyParameters() public méthode

public testCalledWithValueAndKeyParameters ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testThatDescendingNegatingNumbersIsEquivalentToOriginal() public méthode

public testThatDescendingNegatingNumbersIsEquivalentToOriginal ( Pinq\ITraversable $numbers, array $data )
$numbers Pinq\ITraversable
$data array

testThatExecutionIsDeferred() public méthode

public testThatExecutionIsDeferred ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testThatMultipleExecutionIsDeferred() public méthode

public testThatMultipleExecutionIsDeferred ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testThatOrderByAscendingIsEquivalentToOrderByWithAscendingDirection() public méthode

public testThatOrderByAscendingIsEquivalentToOrderByWithAscendingDirection ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array

testThatOrderByDescendingIsEquivalentToOrderByWithDescendingDirection() public méthode

public testThatOrderByDescendingIsEquivalentToOrderByWithDescendingDirection ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array

testThatOrderByMaintainsNonScalarKeys() public méthode

public testThatOrderByMaintainsNonScalarKeys ( Pinq\ITraversable $dates, array $data )
$dates Pinq\ITraversable
$data array

testThatOrderByMaintainsReferences() public méthode

public testThatOrderByMaintainsReferences ( Pinq\ITraversable $traversable )
$traversable Pinq\ITraversable

testThatOrderByNegatingNumbersIsEquivalentToArrayReverse() public méthode

public testThatOrderByNegatingNumbersIsEquivalentToArrayReverse ( Pinq\ITraversable $numbers, array $data )
$numbers Pinq\ITraversable
$data array

testThatOrderByOrdersDatesCorrectly() public méthode

public testThatOrderByOrdersDatesCorrectly ( Pinq\ITraversable $dates, array $data )
$dates Pinq\ITraversable
$data array

testThatOrderStringsByMultipleCharsOrdersCorrectly() public méthode

public testThatOrderStringsByMultipleCharsOrdersCorrectly ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array

testThatOrderStringsCharsAndLengthCharsDescendingOrdersCorrectly() public méthode

public testThatOrderStringsCharsAndLengthCharsDescendingOrdersCorrectly ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array

testThatOrderStringsCharsAndLengthCharsOrdersCorrectly() public méthode

public testThatOrderStringsCharsAndLengthCharsOrdersCorrectly ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array

testThatThenByAscendingIsEquivalentToThenByWithAscendingDirection() public méthode

public testThatThenByAscendingIsEquivalentToThenByWithAscendingDirection ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array

testThatThenByDescendingIsEquivalentToThenByWithDescendingDirection() public méthode

public testThatThenByDescendingIsEquivalentToThenByWithDescendingDirection ( Pinq\ITraversable $names, array $data )
$names Pinq\ITraversable
$data array