Package org.apache.shale.test.el

Examples of org.apache.shale.test.el.MockMethodExpression


   */
  public final void testMethodBindingExpression() {
    String expression = "expression";
    MethodBindingExpression methodBindingExpression =
      new MethodBindingExpression(facesContext,
          new MockMethodExpression(expression, null, String.class));
   
    assertEquals(methodBindingExpression.evaluate(null), expression);
  }
View Full Code Here

TOP

Related Classes of org.apache.shale.test.el.MockMethodExpression

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.