Testing out concept - aggregation formula on fetch clause

This commit is contained in:
rob bygrave
2019-01-22 15:56:20 +13:00
parent 9dbd903a73
commit 141f0a8b16
7 changed files with 39 additions and 14 deletions
@@ -61,7 +61,7 @@ public class FormulaPropertyPathTest extends BaseTestCase {
private void assertFormula(String input, String funcName, String expression, String cast, String alias) {
FormulaPropertyPath propertyPath = new FormulaPropertyPath(customerDesc, input);
FormulaPropertyPath propertyPath = new FormulaPropertyPath(customerDesc, input, null);
assertThat(propertyPath.internalExpression()).isEqualTo(expression);
assertThat(propertyPath.outerFunction()).isEqualTo(funcName);