PHP Class JamesMoss\Flywheel\QueryExecuterTest

Inheritance: extends TestBase
Show file Open project: jamesmoss/flywheel

Public Methods

Method Description
testBadData ( )
testFindingById ( )
testMultipleAndPredicates ( )
testMultipleOrPredicates ( )
testOrderingById ( )
testOrderingBySubKey ( )
testOrderingWithInteger ( )
testParams ( )
testSimpleOrdering ( )
testSubPredicates ( )
testWhereMultiDimensionalIndex ( )
testWhereMultiDimensionalKey ( )
testWhereWithNonExistantField ( )

Protected Methods

Method Description
getPredicate ( )
getRepo ( $repoName )

Method Details

getPredicate() protected method

protected getPredicate ( )

getRepo() protected method

protected getRepo ( $repoName )

testBadData() public method

public testBadData ( )

testFindingById() public method

public testFindingById ( )

testMultipleAndPredicates() public method

testMultipleOrPredicates() public method

testOrderingById() public method

public testOrderingById ( )

testOrderingBySubKey() public method

testOrderingWithInteger() public method

testParams() public method

public testParams ( )

testSimpleOrdering() public method

public testSimpleOrdering ( )

testSubPredicates() public method

public testSubPredicates ( )

testWhereMultiDimensionalIndex() public method

testWhereMultiDimensionalKey() public method

testWhereWithNonExistantField() public method