1 33 34 package edu.rice.cs.drjava; 35 36 import junit.framework.*; 37 38 41 public final class DependenciesTest extends DrJavaTestCase { 42 public static final String REQUIRED_UTIL_VERSION = "20040521-1616"; 43 44 47 public DependenciesTest(String name) { 48 super(name); 49 } 50 51 54 public static Test suite() { return new TestSuite(DependenciesTest.class); } 55 56 63 public void testUtilVersion() throws Throwable { 64 72 } 73 74 } 75 | Popular Tags |