net.sourceforge.pmd.lang.jsp.ast
Class XPathJspRuleTest

java.lang.Object
  extended by net.sourceforge.pmd.testframework.RuleTst
      extended by net.sourceforge.pmd.lang.jsp.ast.XPathJspRuleTest

public class XPathJspRuleTest
extends RuleTst


Constructor Summary
XPathJspRuleTest()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testExpressionMatching()
          Test matching a XPath expression against a JSP source.
 
Methods inherited from class net.sourceforge.pmd.testframework.RuleTst
extractTestsFromXml, extractTestsFromXml, extractTestsFromXml, findRule, getCleanRuleName, runTest, runTestFromString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathJspRuleTest

public XPathJspRuleTest()
Method Detail

testExpressionMatching

public void testExpressionMatching()
                            throws Throwable
Test matching a XPath expression against a JSP source.

Throws:
Throwable

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.