Class TagAttributeInfoTEI
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
A TagExtraInfo implementation to validate the methods of
jakarta.servlet.jsp.tagext.TagAttributeInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate the behavior of TagAttributeInfo.canBeRequestTime().Validate the behavior of TagAttributeInfo.getIdAttribute().getName()
Validate the behavior of TagAttributeInfo.getName().Validate the behavior of TagAttributeInfo.getTypeName().Validate the behavior of TagAttributeInfo.isFragment().Validate the behavior of TagAttributeInfo.isRequired().Validate the behavior of TagAttributeInfo.toString().Methods inherited from class ee.jakarta.tck.pages.common.util.BaseTCKExtraInfo
getTagData, reset, teiWasCalled, validate
Methods inherited from class jakarta.servlet.jsp.tagext.TagExtraInfo
getTagInfo, getVariableInfo, isValid, setTagInfo
-
Constructor Details
-
TagAttributeInfoTEI
public TagAttributeInfoTEI()Default constructor.
-
-
Method Details
-
getName
Validate the behavior of TagAttributeInfo.getName().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-
getTypeName
Validate the behavior of TagAttributeInfo.getTypeName().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-
canBeRequestTime
Validate the behavior of TagAttributeInfo.canBeRequestTime().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-
isRequired
Validate the behavior of TagAttributeInfo.isRequired().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-
getIdAttributeTest
Validate the behavior of TagAttributeInfo.getIdAttribute().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-
isFragment
Validate the behavior of TagAttributeInfo.isFragment().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-
toStringTest
Validate the behavior of TagAttributeInfo.toString().- Returns:
- null if the test passes, otherwise a String containing the cause of the failure.
-