java.lang.Object
com.sun.ts.tests.el.api.jakarta_el.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
    • negativeMethodExpressionTest

      @Test public void negativeMethodExpressionTest() throws Exception
      Throws:
      Exception
    • 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