01: /*
02: * Created on May 5, 2005
03: *
04: * TODO To change the template for this generated file go to
05: * Window - Preferences - Java - Code Style - Code Templates
06: */
07: package experiments;
08:
09: import junit.framework.TestCase;
10:
11: /** Empty test class for testing Jumble
12: * @author Tin Pavlinic
13: * @version $Revision: 74 $
14: */
15: public class JumblerExperimentEmptyTest extends TestCase {
16: public void testEmpty() {
17: //Run no tests here
18: }
19:
20: }
|