michalborek / mockito-eclipse-tools

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

In convert recording it, intelligent content assist should be provided #15

Open michalborek opened 10 years ago

michalborek commented 10 years ago

When converting from test.someMethod() (when some method returns e.g. SomeObject), into when(test.someMethod()).thenReturn(...) the conversion should search for possible candidates to be put into thenReturn.