cmelchior / vogar

Automatically exported from code.google.com/p/vogar
0 stars 0 forks source link

Bring back JUnit 4 support #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've attached an ugly patch that worked for running EasyMock's JUnit 4 tests. 
If this comes up again we may want to support JUnit 4 properly.

Original issue reported on code.google.com by jessewil...@google.com on 11 Jan 2012 at 3:33

Attachments:

GoogleCodeExporter commented 9 years ago
Attached is a better JUnit 4 support patch that also supports Mockito's tests.

Original comment by jessewil...@google.com on 30 Jan 2012 at 4:41

Attachments:

GoogleCodeExporter commented 9 years ago
Android is able to use JUnit4 style test cases with "adb am instrument" now, so 
it would be nice to be able to run the same tests with vogar when possible.

Original comment by kr...@google.com on 4 Jan 2013 at 4:27

GoogleCodeExporter commented 9 years ago
Patch based on previous comment. Only implements Suite and Test support. 
Nothing too fancy.

Original comment by kenny@the-b.org on 26 Feb 2013 at 10:12

Attachments:

GoogleCodeExporter commented 9 years ago
Added Parameterized tests

Original comment by kenny@the-b.org on 27 Feb 2013 at 12:44

Attachments:

GoogleCodeExporter commented 9 years ago
(we shouldn't add annotations we don't actually implement. i'd rather fail to 
compile than compile but not do the right thing.)

Original comment by e...@google.com on 27 Feb 2013 at 12:51

GoogleCodeExporter commented 9 years ago
kroot says the patch implements all the new annotations it defines.

Original comment by e...@google.com on 27 Feb 2013 at 5:34

GoogleCodeExporter commented 9 years ago
Committed as r290

Original comment by kr...@google.com on 16 Apr 2013 at 3:53