Serialized Form


Package org.apache.shale.test.el

Class org.apache.shale.test.el.MockMethodExpression extends javax.el.MethodExpression implements Serializable

serialVersionUID: 5694105394290316715L

Serialized Fields

elements

java.lang.String[] elements

The parsed elements of this expression.


expectedType

java.lang.Class<T> expectedType

The expected result type for getValue() calls.


expression

java.lang.String expression

The original expression string used to create this expression.


signature

java.lang.Class<T>[] signature

The method signature of the method to be called.

Class org.apache.shale.test.el.MockValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: -8649071428507512623L

Serialized Fields

elements

java.lang.String[] elements

The parsed elements of this expression.


expectedType

java.lang.Class<T> expectedType

The expected result type for getValue() calls.


expression

java.lang.String expression

The original expression string used to create this expression.

Class org.apache.shale.test.el.MockVariableValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 4475919948345298291L

Serialized Fields

expectedType

java.lang.Class<T> expectedType

The expected result type for getValue() calls.


instance

java.lang.Object instance

The variable instance being wrapped by this expression.



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.