Closed GoogleCodeExporter closed 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:
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
Original issue reported on code.google.com by
jessewil...@google.com
on 11 Jan 2012 at 3:33Attachments: