Searched refs:bindingExprs (Results 1 – 1 of 1) sorted by relevance
83 final List<Expr> bindingExprs = mExprModel.getBindingExpressions(); in testParse() local84 assertEquals(2, bindingExprs.size()); in testParse()86 assertTrue(bindingExprs.get(0) instanceof FieldAccessExpr); in testParse()87 assertTrue(bindingExprs.get(1) instanceof FieldAccessExpr); in testParse()89 assertTrue(bindingExprs.get(0).getChildren().contains(id)); in testParse()90 assertTrue(bindingExprs.get(1).getChildren().contains(id)); in testParse()