I would like to test my class\' equals() method but Mockito seems to be calling the stub version every time. My test is as follows;
PluginResourceAdapter ada
If you want to test the real equals then you need to create a real object and call the equals method on it. I'm not sure why you are using mocks.
equals