Package ee.jakarta.tck.el.spec.mapper
Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.spec.mapper.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
ELFunctionBindingTest
- Throws:
Exception- Test Name:
- ELFunctionBindingTest
- Assertion IDs:
- EL:SPEC:31
- Test Strategy:
- [ELFunctionsBinding] Create an ELContext that uses a non-null FunctionMapper. Create a ValueExpression from the ELContext that references a function assigned by the FunctionMapper. Change the function mapping in the FunctionMapper. Show that the ValueExpression evaluates as before and that the original method mapped to the function is being invoked.
-
ELVariableBindingTest
- Throws:
Exception- Test Name:
- ELVariableBindingTest
- Assertion IDs:
- EL:SPEC:34
- Test Strategy:
- [ELVariablesBinding] Create an ELContext that uses a non-null VariableMapper. Create a ValueExpression from the ELContext that references a variable assigned by the VariableMapper. Remove the assignment from the VariableMapper. Verify that the ValueExpression evaluates as before.
-