java.lang.Object
jakarta.servlet.jsp.tagext.TagExtraInfo
ee.jakarta.tck.pages.common.util.BaseTCKExtraInfo
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.functioninfo.FunctionInfoTEI

public class FunctionInfoTEI extends BaseTCKExtraInfo
A TagExtraInfo implementation to validate the methods of jakarta.servlet.jsp.tagext.FunctionInfo.
  • Constructor Details

    • FunctionInfoTEI

      public FunctionInfoTEI()
      Default constructor.
  • Method Details

    • getName

      public String getName()
      Validate the behavior of FunctionInfo.getName().
      Returns:
      null if the test passes, otherwise a String describing the cause of failure.
    • getFunctionClass

      public String getFunctionClass()
      Validate the behavior of FunctionInfo.getFunctionClass().
      Returns:
      null if the test passes, otherwise a String describing the cause of failure.
    • getFunctionSignature

      public String getFunctionSignature()
      Validate the behavior of FunctionInfo.getFunctionSignature().
      Returns:
      null if the test passes, otherwise a String describing the cause of failure.