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

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void resourceBundleELResolverTest() throws Exception
      Throws:
      Exception
      Test Name:
      resourceBundleELResolverTest
      Assertion IDs:
      EL:JAVADOC:103; EL:JAVADOC:104; EL:JAVADOC:105; EL:JAVADOC:106; EL:JAVADOC:107; EL:JAVADOC:108; EL:JAVADOC:109
      Test Strategy:
      Verify that API calls work as expected: ResourceBundleELResolver() setValue() getValue() getType() isReadOnly() getCommonPropertyType()
    • resourceBundleELResolverNPETest

      @Test public void resourceBundleELResolverNPETest() throws Exception
      Throws:
      Exception
      Test Name:
      resourceBundleELResolverNPETest
      Assertion IDs:
      EL:JAVADOC:106; EL:JAVADOC:105; EL:JAVADOC:107; EL:JAVADOC:108; EL:JAVADOC:109; EL:JAVADOC:313; EL:JAVADOC:314; EL:JAVADOC:316; EL:JAVADOC:317
      Test Strategy:
      Verify that the following methods throw a NullPointerException, if context is null: getValue() getType() setValue() isReadOnly()
    • resourceBundleELResolverPNWETest

      @Test public void resourceBundleELResolverPNWETest() throws Exception
      Throws:
      Exception
      Test Name:
      resourceBundleELResolverPNWETest
      Assertion IDs:
      EL:JAVADOC:108; EL:JAVADOC:109; EL:JAVADOC:318
      Test Strategy:
      Verify that the following methods throw a PropertyNotWritableException, since ResourceBundleELResolvers are non-writable. setValue()