Class FunctionInfoTEI
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
A TagExtraInfo implementation to validate the methods of
jakarta.servlet.jsp.tagext.FunctionInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate the behavior of FunctionInfo.getFunctionClass().Validate the behavior of FunctionInfo.getFunctionSignature().getName()
Validate the behavior of FunctionInfo.getName().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
-
FunctionInfoTEI
public FunctionInfoTEI()Default constructor.
-
-
Method Details
-
getName
Validate the behavior of FunctionInfo.getName().- Returns:
- null if the test passes, otherwise a String describing the cause of failure.
-
getFunctionClass
Validate the behavior of FunctionInfo.getFunctionClass().- Returns:
- null if the test passes, otherwise a String describing the cause of failure.
-
getFunctionSignature
Validate the behavior of FunctionInfo.getFunctionSignature().- Returns:
- null if the test passes, otherwise a String describing the cause of failure.
-