cushon / issues-import

0 stars 0 forks source link

Misspelled or otherwise broken JUnit3 tests #182

Closed cushon closed 9 years ago

cushon commented 9 years ago

Original issue created by rburny@google.com on 2013-09-10 at 02:44 AM


JUnit 3 test method names should start with "test"; otherwise they will not be run. There are a few ways to fall for that, and this check is going to fix: 1) misspelling the prefix 2) adding annotations instead of the prefix in a class that is JUnit3, not JUnit4 test

(this covers most comments for Issue 25)

cushon commented 9 years ago

Original comment posted by rburny@google.com on 2013-09-10 at 02:45 AM


I'm working on the check.

cushon commented 9 years ago

Original comment posted by rburny@google.com on 2013-09-10 at 02:55 AM


First iteration is here: codereview.appspot.com/13635045 , please review.

cushon commented 9 years ago

Original comment posted by eaftan@google.com on 2013-09-11 at 11:49 PM


(No comment entered for this change.)


Status: Accepted Owner: eaftan@google.com

cushon commented 9 years ago

Original comment posted by supertri@google.com on 2013-11-20 at 01:38 AM


Check is mature, and turned on by default.


Status: Fixed