Class ELClientIT

java.lang.Object
ee.jakarta.tck.el.spec.mapper.ELClientIT

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

      @AfterEach public void cleanup() throws Exception
      Throws:
      Exception
    • ELFunctionBindingTest

      @Test public void ELFunctionBindingTest() throws Exception
      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

      @Test public void ELVariableBindingTest() throws Exception
      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.