expect(ev.isConstant("exp")).andReturn(false);
Throwable innerException = new RuntimeException("Failure");
ev.readCompiled(component, compiled);
expectLastCall().andThrow(innerException);
replay();
ExpressionBinding b = new ExpressionBinding("param", l, vc, component,