jgit/org.eclipse.jgit.junit.http
Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4
Eclipse has some problem re-running single JUnit tests if
the tests are in Junit 3 format, but the JUnit 4 launcher
is used. This was quite unnecessary and the move was not
completed. We still have no JUnit4 test.

This completes the extermination of JUnit3. Most of the
work was global searce/replace using regular expression,
followed by numerous invocarions of quick-fix and organize
imports and verification that we had the same number of
tests before and after.

- Annotations were introduced.
- All references to JUnit3 classes removed
- Half-good replacement for getting the test name. This was
  needed to make the TestRngs work. The initialization of
  TestRngs was also made lazily since we can not longer find
  out the test name in runtime in the @Before methods.
- Renamed test classes to end with Test, with the exception
  of TestTranslateBundle, which fails from Maven
- Moved JGitTestUtil to the junit support bundle

Change-Id: Iddcd3da6ca927a7be773a9c63ebf8bb2147e2d13
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2010-12-31 14:00:05 -08:00
..
.settings Introduce http test bundle 2010-12-08 16:20:28 +01:00
META-INF Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
src/org/eclipse/jgit/junit/http Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
.classpath Introduce http test bundle 2010-12-08 16:20:28 +01:00
.gitignore Introduce http test bundle 2010-12-08 16:20:28 +01:00
.project Introduce http test bundle 2010-12-08 16:20:28 +01:00
build.properties Introduce http test bundle 2010-12-08 16:20:28 +01:00
plugin.properties Introduce http test bundle 2010-12-08 16:20:28 +01:00
pom.xml Qualify post 0.10 builds 2010-12-17 15:49:30 +01:00