* Returns an instance of Expressions that doesn't require
* any functions or perform any caching. Use only for testing.
*/
@VisibleForTesting
public static Expressions forTesting(Functions functions) {
return new Expressions(functions, null, new JuelTypeConverter(), new JuelProvider());
}