Re: [VOTE] to include the Mockito framework

2011-10-19 Thread Peter Hancock
> Sent from my iPhone >> >> On Oct 13, 2011, at 8:38 AM, Peter Hancock wrote: >> >>> I would like to launch a vote to include the Mockito framework and her >>> dependencies in to FOP for unit testing. >>> >>> Some reasons for introducing

Re: [VOTE] to include the Mockito framework

2011-10-17 Thread Pascal Sancho
Hi, +1 for me Le 17/10/2011 15:06, Clay Leeds a écrit : > I'll belly up to the bar and have a Mockito as well... ;-) > > +1 > > Sent from my iPhone > > On Oct 13, 2011, at 8:38 AM, Peter Hancock wrote: > >> I would like to launch a vote to in

Re: [VOTE] to include the Mockito framework

2011-10-17 Thread Clay Leeds
I'll belly up to the bar and have a Mockito as well... ;-) +1 Sent from my iPhone On Oct 13, 2011, at 8:38 AM, Peter Hancock wrote: > I would like to launch a vote to include the Mockito framework and her > dependencies in to FOP for unit testing. > > Some reasons for introd

Re: [VOTE] to include the Mockito framework

2011-10-14 Thread Peter Hancock
> could you describe the process you would like to see happen for > incorporating the use of Mockito into fop? >From a project setup point of view we just need 3 new jars in lib/build and an addition to the relevant classpath properties in build.xml. In terms of usage it is not a disruptive tool:

Re: [VOTE] to include the Mockito framework

2011-10-14 Thread Vincent Hennebert
Having recently played with Mockito myself I can see the benefits it brings. It would allow us to write more unit tests more easily, and make them more maintainable. +1 Vincent On 13/10/11 16:38, Peter Hancock wrote: > I would like to launch a vote to include the Mockito framework and

Re: [VOTE] to include the Mockito framework

2011-10-14 Thread Chris Bowditch
On 13/10/2011 16:38, Peter Hancock wrote: Hi Peter, I would like to launch a vote to include the Mockito framework and her dependencies in to FOP for unit testing. Me too. After all Mockito is only needed for build purposes not runtime. +1 Chris Some reasons for introducing a framework

Re: [VOTE] to include the Mockito framework

2011-10-13 Thread Glenn Adams
could you describe the process you would like to see happen for incorporating the use of mockito into fop? On Thu, Oct 13, 2011 at 11:38 PM, Peter Hancock wrote: > I would like to launch a vote to include the Mockito framework and her > dependencies in to FOP for unit testing. > >

Re: [VOTE] to include the Mockito framework

2011-10-13 Thread Simon Pepping
I understand that Mockito facilitates true unit testing of specific pieces of code. That is a good facility to have. +1 Simon On Thu, Oct 13, 2011 at 04:38:46PM +0100, Peter Hancock wrote: > I would like to launch a vote to include the Mockito framework and her > dependencies in to FOP fo

[VOTE] to include the Mockito framework

2011-10-13 Thread Peter Hancock
I would like to launch a vote to include the Mockito framework and her dependencies in to FOP for unit testing. Some reasons for introducing a framework for mocking and stubbing, and Mockito in particular, have briefly been expressed [1] and patches have been provided [2] ... [4] that depend upon