michalborek / mockito-eclipse-tools

Eclipse plugin that simplifies test creation by providing refactorings for Mockito mocks.
7 stars 5 forks source link

Add "add @RunWith Mockito" quifk fix #18

Open michalborek opened 10 years ago

michalborek commented 10 years ago

It a common need to add @RunWith(MockitoJunitRunner.class) annotation. There should be an easy way to do that!