Class ELClientIT

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

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void optionalELResolverEmptyNullTest() throws Exception
      Throws:
      Exception
      Test Name:
      optionalELResolverEmptyNullTest
      Test Strategy:
      Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an empty Optional and the property is null
    • optionalELResolverEmptyNonNullTest

      @Test public void optionalELResolverEmptyNonNullTest() throws Exception
      Throws:
      Exception
      Test Name:
      optionalELResolverEmptyNonNullTest
      Test Strategy:
      Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an empty Optional and the property is non-null
    • optionalELResolverObjectNullTest

      @Test public void optionalELResolverObjectNullTest() throws Exception
      Throws:
      Exception
      Test Name:
      optionalELResolverObjectNullTest
      Test Strategy:
      Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an non-empty Optional and the property is null
    • optionalELResolverObjectNonNullTest

      @Test public void optionalELResolverObjectNonNullTest() throws Exception
      Throws:
      Exception
      Test Name:
      optionalELResolverObjectNonNullTest
      Test Strategy:
      Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an non-empty Optional and the property is non-null
    • testOptionalELResolverProperty

      public static boolean testOptionalELResolverProperty(StringBuffer buf, Object base, Object property, Object expectedValue)
    • optionalELResolverEmptyInvoke

      @Test public void optionalELResolverEmptyInvoke() throws Exception
      Throws:
      Exception
    • optionalELResolverEmptyInvokeInvalid

      @Test public void optionalELResolverEmptyInvokeInvalid() throws Exception
      Throws:
      Exception
    • optionalELResolverObjectInvoke

      @Test public void optionalELResolverObjectInvoke() throws Exception
      Throws:
      Exception
    • optionalELResolverObjectInvokeInvalid

      @Test public void optionalELResolverObjectInvokeInvalid() throws Exception
      Throws:
      Exception
    • testOptionalELResolverInvoke

      public static boolean testOptionalELResolverInvoke(StringBuffer buf, Object base, Object method, Object expectedValue)