Class ELClientIT

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

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void mapELResolverTest() throws Exception
      Throws:
      Exception
      Test Name:
      mapELResolverTest
      Assertion IDs:
      EL:JAVADOC:76; EL:JAVADOC:77; EL:JAVADOC:78; EL:JAVADOC:79; EL:JAVADOC:80; EL:JAVADOC:81; EL:JAVADOC:83
      Test Strategy:
      Verify that API calls work as expected: MapELResolver() getValue() getType() setValue() isReadOnly() getCommonPropertyType()
    • mapELResolverNPETest

      @Test public void mapELResolverNPETest() throws Exception
      Throws:
      Exception
      Test Name:
      mapELResolverNPETest
      Assertion IDs:
      EL:JAVADOC:78; EL:JAVADOC:79; EL:JAVADOC:80; EL:JAVADOC:81; EL:JAVADOC:83; EL:JAVADOC:293; EL:JAVADOC:295; EL:JAVADOC:298; EL:JAVADOC:290
      Test Strategy:
      Verify that the following methods throw a NullPointerException, if context is null: getType() getValue() isReadOnly() setValue()
    • mapELResolverPNWETest

      @Test public void mapELResolverPNWETest() throws Exception
      Throws:
      Exception
      Test Name:
      mapELResolverPNWETest
      Assertion IDs:
      EL:JAVADOC:82; EL:JAVADOC:83; EL:JAVADOC:301
      Test Strategy:
      Verify that the single-parameter constructor for mapELResolver can be used to construct a read-only resolver, and that the setValue() method throws a PropertyNotWritableException, if the resolver was constructed in read-only mode. MapELResolver(boolean) setValue()