View Javadoc
1   /**
2    * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3    */
4   package net.sourceforge.pmd;
5   
6   
7   /**
8    * Test javascript's rulesets
9    */
10  public class RuleSetFactoryTest extends AbstractRuleSetFactoryTest {
11      // no additional tests yet
12  }