- testAttributeValueContainingHash() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test exposing a bug of parsing error when having a hash as last character
in an attribute value.
- testCData() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test correct parsing of CDATA.
- testComment() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test parsing of a XML comment.
- testComment() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP comment.
- testComplexHtmlScript() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
A complex script containing HTML comments, escapes, quotes, etc.
- testDeclaration() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP declaration.
- testDirective() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing a JSP directive.
- testDoctype() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test parsing of Doctype declaration.
- testElementAttributeAndNamespace() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test the information on a Element and Attribute.
- testElExpression() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a EL expression.
- testElExpressionInAttribute() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a EL expression in an attribute.
- testExpression() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP expression.
- testExpressionInAttribute() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP expression in an attribute.
- testExpressionMatching() - Method in class net.sourceforge.pmd.lang.jsp.ast.XPathJspRuleTest
-
Test matching a XPath expression against a JSP source.
- testHtmlScript() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test parsing of HTML