1 package net.sourceforge.pmd.lang.java.rule.typeresolution.xml; 2 3 import org.junit.Ignore; 4 import junit.framework.TestCase; 5 6 /** 7 * Warning, this class IS NOT useless. 8 * It is used by the some regression tests. 9 * 10 * See file: SignatureDeclareThrowsException.xml 11 * 12 * The file is already excluded from maven/surefire. 13 */ 14 @Ignore 15 public class MyTestCase extends TestCase { 16 17 }