Class ELClientIT

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

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void invokeNPETest() throws Exception
      Throws:
      Exception
      Test Name:
      invokeNPETest
      Assertion IDs:
      EL:JAVADOC:406
      Test Strategy:
      Throws a NullPointerException if elContext is null.
    • invokeELETest

      @Test public void invokeELETest() throws Exception
      Throws:
      Exception
      Test Name:
      invokeELETest
      Assertion IDs:
      EL:JAVADOC:408
      Test Strategy:
      Throws a ELException if not enough arguments are provided.