commit | 3dc854f9322526d11a98fceb33e1808309d293dc | [log] [download] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Tue Nov 04 16:19:37 2014 -0800 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Nov 04 16:22:03 2014 -0800 |
tree | ef3bed82cd7b1ca743365556d02e09d89bf19789 | |
parent | fe8fdab91bcc4c9a5150461950b7db509844fa5a [diff] |
Add @RunWith(JUnit4.class) to all tests This is not required for Eclipse or Buck, which can figure it out automatically, but may be for other test environments. For example, error-prone has a check for missing @Test annotations that only runs for classes annotated with this runner. Change-Id: Ib876a5c58b2c8fbb64a1b7d4627bcd0a317bd1f9