On Thu, Apr 11, 2013 at 05:57:01PM -0700, Kelven Yang wrote: > These issues are caused by that some of components are not really mocked, > instead, they are loaded directly main source. > > One of the benefits from Spring is that it integrates with Mokito nicely, > all we need is to probably have a base test configuration that returns all > mocked DAOs or other common components and then have all unit test purely > written against mocked components. > > We need to finalize the way to write Java unit test so that everyone can > follow to reduce the frequency/prevent these from happening. I'll find > some time to update the Unit-test guideline document in wiki, cleanup > things in this area and re-enable all unit tests in the build.
+1 to this... that would be great to get sorted out Kelven!