cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bring back JUnit 4 support

GoogleCodeExporter opened this issue · comments

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:

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:

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

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:

Added Parameterized tests

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

Attachments:

(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

kroot says the patch implements all the new annotations it defines.

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

Committed as r290

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

  • Changed state: Fixed