Search Results

4
votes

Java: Out with the Old, In with the New …

Changing JUnit 3-style tests: class Test extends TestCase { public void testYadaYada() { ... } } to JUnit 4-style tests: class Test { @Test …