Value result = expression.evaluate(expressionContext);
assertEquals("Result not as",
"2", // Numerics represent as floating
result.stringValue().asJavaString());
}
/**
* Test invoke with an existing entity and a default. The
* existing entity should be used thus ignoring the default.