Class ELClientIT

java.lang.Object
ee.jakarta.tck.el.api.methodexpression.ELClientIT

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void positiveMethodExpressionTest() throws Exception
      Throws:
      Exception
      Test Name:
      positiveMethodExpressionTest
      Assertion IDs:
      EL:JAVADOC:84; EL:JAVADOC:85; EL:JAVADOC:58; EL:JAVADOC:60
      Test Strategy:
      Validate the behavior of MethodExpression API MethodExpression.getMethodInfo() MethodExpression.invoke() Expression.isLiteralText() Expression.getExpressionString()
    • negativeMethodExpressionTest

      @Test public void negativeMethodExpressionTest() throws Exception
      Throws:
      Exception
      Test Name:
      negativeMethodExpressionTest
      Assertion IDs:
      EL:JAVADOC:84; EL:JAVADOC:85; EL:JAVADOC:302; EL:JAVADOC:306; EL:JAVADOC:303; EL:JAVADOC:307; EL:JAVADOC:309; EL:JAVADOC:310; EL:JAVADOC:304; EL:JAVADOC:308
      Test Strategy:
      Validate the behavior of MethodExpression API MethodExpression.getMethodInfo() MethodExpression.invoke()
    • methodExpressionSerializableTest

      @Test public void methodExpressionSerializableTest() throws Exception
      Throws:
      Exception
    • methodExpressionMatchingExactPreferredTest

      @Test public void methodExpressionMatchingExactPreferredTest() throws Exception
      Throws:
      Exception
    • methodExpressionMatchingOverloadBeatsCoercionTest

      @Test public void methodExpressionMatchingOverloadBeatsCoercionTest() throws Exception
      Throws:
      Exception
    • methodExpressionMatchingOverloadBeatsExactVarArgsTest

      @Test public void methodExpressionMatchingOverloadBeatsExactVarArgsTest() throws Exception
      Throws:
      Exception
    • methodExpressionMatchingCoercionBeatsExactVarArgsTest

      @Test public void methodExpressionMatchingCoercionBeatsExactVarArgsTest() throws Exception
      Throws:
      Exception
    • methodExpressionMatchingVarArgsTest

      @Test public void methodExpressionMatchingVarArgsTest() throws Exception
      Throws:
      Exception
    • methodExpressionMatchingAmbiguousTest

      @Test public void methodExpressionMatchingAmbiguousTest() throws Exception
      Throws:
      Exception