Writing Integration Test of ExpressionVisitor with Olingo / ODATA 4
问题 I'm implementing a web service respecting version 4 of the OData standard in Java language with the framework Olingo. I need to customize the response of $filter . I've implemented a Visitor as documented in the quick start. I need to implement an integration Test to try a different kind of grammar and to prevent regression bug in case of future maintenance. For the V2, I found the following tutorial and the following code : @Test public void printExpressionWithProperty() throws Exception { /