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

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

    • TagAttributeInfoTEI

      public TagAttributeInfoTEI()
      Default constructor.
  • Method Details

    • getName

      public String getName()
      Validate the behavior of TagAttributeInfo.getName().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.
    • getTypeName

      public String getTypeName()
      Validate the behavior of TagAttributeInfo.getTypeName().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.
    • canBeRequestTime

      public String canBeRequestTime()
      Validate the behavior of TagAttributeInfo.canBeRequestTime().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.
    • isRequired

      public String isRequired()
      Validate the behavior of TagAttributeInfo.isRequired().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.
    • getIdAttributeTest

      public String getIdAttributeTest()
      Validate the behavior of TagAttributeInfo.getIdAttribute().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.
    • isFragment

      public String isFragment()
      Validate the behavior of TagAttributeInfo.isFragment().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.
    • toStringTest

      public String toStringTest()
      Validate the behavior of TagAttributeInfo.toString().
      Returns:
      null if the test passes, otherwise a String containing the cause of the failure.