Can I add JUnit and Mockito to a Workbench Java project?

Posted by johnhollister on 06-Apr-2011 16:24

I would like to do unit testing in a Workbench Java project using JUnit and Mockito. Is that possible?

All Replies

Posted by tsteinbo on 07-Apr-2011 01:37

Since a Sonic Development Project is also a Java Project in Eclipse you can just add the libraries as normal.

I have good experience with both JUnit (of course) and Mockito! Love it.

Cheers

Thomas

This thread is closed