net.sourceforge.pmd.lang.java.rule
Class XPathRuleTest

java.lang.Object
  extended by net.sourceforge.pmd.testframework.RuleTst
      extended by net.sourceforge.pmd.lang.java.rule.XPathRuleTest

public class XPathRuleTest
extends net.sourceforge.pmd.testframework.RuleTst

Author:
daniels

Constructor Summary
XPathRuleTest()
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testFollowingSibling()
          Following sibling check: See https://sourceforge.net/p/pmd/bugs/1209/
 void testImageOfPrimarySuffix()
          Test for problem reported in bug #1219 PrimarySuffix/@Image does not work in some cases in xpath 2.0
 void testPluginname()
           
 void testVariables()
           
 
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

XPathRuleTest

public XPathRuleTest()
Method Detail

setUp

public void setUp()

testPluginname

public void testPluginname()
                    throws Throwable
Throws:
Throwable

testVariables

public void testVariables()
                   throws Throwable
Throws:
Throwable

testImageOfPrimarySuffix

public void testImageOfPrimarySuffix()
                              throws Exception
Test for problem reported in bug #1219 PrimarySuffix/@Image does not work in some cases in xpath 2.0

Throws:
Exception - any error

testFollowingSibling

public void testFollowingSibling()
                          throws Exception
Following sibling check: See https://sourceforge.net/p/pmd/bugs/1209/

Throws:
Exception - any error

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.