michalborek / mockito-eclipse-tools

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

Convert to when(...).thenReturn() does not work for methods with parameters #16

Closed michalborek closed 10 years ago

michalborek commented 10 years ago

Try to convert

something.equals(test).

Does not show "convert to when..."