1 package org.incava.doctorj;2 3 import junit.framework.TestCase;4 5 6 public class TestTypeDocAnalyzer extends Tester7 {8 public TestTypeDocAnalyzer(String name)9 {10 super(name);11 }12 13 public void testNothing()14 {15 // this method exists just to keep JUnit from complaining.16 }17 18 }19