Move framework test-runner unit tests to be closer to their source.

Move the test-runner source into a separate src folder to accommodate the test
move.
This commit is contained in:
Brett Chabot
2010-02-18 17:56:11 -08:00
parent 5df3a9017e
commit 12093976a4
124 changed files with 83 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
package junit.runner;
/**
* This class defines the current version of JUnit
*/
public class Version {
private Version() {
// don't instantiate
}
public static String id() {
return "3.8.1";
}
}