7 calls to ConditionTest::mockCondition() in Apigee Edge 8
- ConditionTest::testAnd in tests/
src/ Unit/ ConditionTest.php - Tests the "AND" conjunction.
- ConditionTest::testBool in tests/
src/ Unit/ ConditionTest.php - Tests a boolean condition.
- ConditionTest::testComplex in tests/
src/ Unit/ ConditionTest.php - Tests a complex condition.
- ConditionTest::testEmptyCondition in tests/
src/ Unit/ ConditionTest.php - Tests an empty condition (every result will be returned).
- ConditionTest::testIn in tests/
src/ Unit/ ConditionTest.php - Tests an array contains ("IN" keyword in SQL) condition.
- ConditionTest::testOr in tests/
src/ Unit/ ConditionTest.php - Tests the "OR" conjunction.
- ConditionTest::testSimpleEquality in tests/
src/ Unit/ ConditionTest.php - Tests a simple equality condition.