I was thinking about to use Mocks when I was doing Join earlier, glad you've raised this!
I've mostly used Mockito in the past, don't know if there is any a lot better option out there. +1 Tim On Tue, Feb 12, 2013 at 8:50 AM, Christopher Merrick < [email protected]> wrote: > Hi Team - > > I'm going to take a stab at putting together some unit tests for a few of > these reference operator implementations that we have built. I don't see a > mocking library imported into the project yet, and I wanted to see if > anyone has strong opinions about which to use. I have used mockito in the > past and was generally pretty happy with it - does anyone have a preference > other than this? > > cheers, > Chris >
