edu.rice.cs.drjava
Class DependenciesTest
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--edu.rice.cs.drjava.DependenciesTest
- All Implemented Interfaces:
- Test
- public class DependenciesTest
- extends TestCase
Test that ensures all external dependencies are met!
- Version:
- $Id: DependenciesTest.java,v 1.7 2002/09/04 21:02:14 csreis Exp $
Method Summary |
static Test |
suite()
Creates a test suite for JUnit to run. |
void |
testUtilVersion()
This test ensures that the util package version is as new as we expect. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
REQUIRED_UTIL_VERSION
public static final String REQUIRED_UTIL_VERSION
DependenciesTest
public DependenciesTest(String name)
- Constructor.
- Parameters:
String
- name
suite
public static Test suite()
- Creates a test suite for JUnit to run.
- Returns:
- a test suite based on the methods in this class
testUtilVersion
public void testUtilVersion()
throws Throwable
- This test ensures that the util package version is as new as we expect.