michalborek / mockito-eclipse-tools

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

Detect methods that cannot be recorded #11

Open michalborek opened 10 years ago

michalborek commented 10 years ago

Some methods cannot be mocked (e.g. equals method).

In this case there should be no proposal.