Class ExpressionTest
java.lang.Object
com.sun.ts.tests.common.el.api.expression.ExpressionTest
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equalsTest
(jakarta.el.Expression exp1, jakarta.el.Expression exp2, StringBuffer buf) static boolean
expressionSerializableTest
(jakarta.el.Expression exp, StringBuffer buf) static boolean
testMethodExpression
(jakarta.el.MethodExpression mexp, jakarta.el.ELContext context, String exprStr, Object[] params, Object expectedReturnValue, boolean expectedLiteralText, StringBuffer buf) static boolean
testMethodInfo
(jakarta.el.MethodInfo minfo, String expectedName, Class expectedReturnType, int expectedNumParams, Class[] expectedParamTypes, StringBuffer buf) static boolean
testMethodReference
(jakarta.el.MethodReference mref, Object expectedBase, jakarta.el.MethodInfo expectedMethodInfo, Class<?>[] expectedAnnotationTypes, Object[] expectedParamValues, StringBuffer buf) static boolean
testValueExpression
(jakarta.el.ValueExpression vexp, jakarta.el.ELContext context, String exprStr, Class expectedType, Object expectedValue, boolean expectedReadOnly, boolean expectedLiteralText, StringBuffer buf)
-
Method Details
-
testMethodInfo
public static boolean testMethodInfo(jakarta.el.MethodInfo minfo, String expectedName, Class expectedReturnType, int expectedNumParams, Class[] expectedParamTypes, StringBuffer buf) -
testMethodReference
public static boolean testMethodReference(jakarta.el.MethodReference mref, Object expectedBase, jakarta.el.MethodInfo expectedMethodInfo, Class<?>[] expectedAnnotationTypes, Object[] expectedParamValues, StringBuffer buf) -
testValueExpression
public static boolean testValueExpression(jakarta.el.ValueExpression vexp, jakarta.el.ELContext context, String exprStr, Class expectedType, Object expectedValue, boolean expectedReadOnly, boolean expectedLiteralText, StringBuffer buf) -
testMethodExpression
public static boolean testMethodExpression(jakarta.el.MethodExpression mexp, jakarta.el.ELContext context, String exprStr, Object[] params, Object expectedReturnValue, boolean expectedLiteralText, StringBuffer buf) -
equalsTest
public static boolean equalsTest(jakarta.el.Expression exp1, jakarta.el.Expression exp2, StringBuffer buf) -
expressionSerializableTest
-