Re: [chain] Example tests using Mockito

2012-04-04 Thread Simone Tripodi
Hi Elijah, thanks a lot for the follow-up (and sorry for the late reply, I've been off for few days). I like the idea and I don't see any issue on using Mockito as test dependency; moreover MIT license can be considered to be similar in terms to the Apache License 2.0, see [1]. Looking forward

[chain] Example tests using Mockito

2012-04-01 Thread Elijah Zupancic
I'm busy updating the cookbook for the Chain project to use examples that make use of the new 2.0 generics features. As part of the effort, I'm adding the cookbook example code to the apps directory and making all of the examples compilable with Maven. For most cases, this is straight forward,