Class ELClientIT

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

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void elProcessorDefineFunctionNPETest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elProcessorDefineFunctionNPETest
      Assertion IDs:
      EL:JAVADOC:220; EL:JAVADOC:216; EL:JAVADOC:219
      Test Strategy:
      Assert that a NullPointerException is thrown if any of the arguments is null.
    • elProcessorDefineFunctionCNFETest

      @Test public void elProcessorDefineFunctionCNFETest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elProcessorDefineFunctionCNFETest
      Assertion IDs:
      EL:JAVADOC:220; EL:JAVADOC:214; EL:JAVADOC:217
      Test Strategy:
      Assert that a ClassNotFoundException if the specified class does not exists.
    • elProcessorDefineFunctionNSMETest

      @Test public void elProcessorDefineFunctionNSMETest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elProcessorDefineFunctionNSMETest
      Assertion IDs:
      EL:JAVADOC:220; EL:JAVADOC:215
      Test Strategy:
      Assert that a NoSuchMethodException if the method (with or without the signature) is not a declared method of the class, or if the method signature is not valid.