java.lang.Object
com.sun.ts.tests.el.api.jakarta_el.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
    • optionalELResolverEmptyNonNullTest

      @Test public void optionalELResolverEmptyNonNullTest() throws Exception
      Throws:
      Exception
    • optionalELResolverObjectNullTest

      @Test public void optionalELResolverObjectNullTest() throws Exception
      Throws:
      Exception
    • optionalELResolverObjectNonNullTest

      @Test public void optionalELResolverObjectNonNullTest() throws Exception
      Throws:
      Exception
    • 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)