Re: JUnit and iBatis

2006-08-23 Thread Juanjo Cuadrado
I have seen the light!!!   A lot of thanks   ... and sorry for me English  2006/8/23, Gwyn Evans <[EMAIL PROTECTED]>: Basics of Mocks...http://www.martinfowler.com/articles/mocksArentStubs.html andhttp://www.devx.com/Java/Article/22599See http://www.easymock.org/ and http://www.jmock.org/

Re: JUnit and iBatis

2006-08-23 Thread Gwyn Evans
Basics of Mocks... http://www.martinfowler.com/articles/mocksArentStubs.html and http://www.devx.com/Java/Article/22599 See http://www.easymock.org/ and http://www.jmock.org/ for two popular libraries. /Gwyn On 23/08/06, Juanjo Cuadrado <[EMAIL PROTECTED]> wrote: my own code... I have been

Re: JUnit and iBatis

2006-08-23 Thread Juanjo Cuadrado
my own code...      I have been looking the example JPetStore, but I don't understand it totally probably, my level it isn't sufficient to understand it   I need to do unit tests with the classes that I did with the framework of ibatis... but I don't know where I have to start...   I need

Re: JUnit and iBatis

2006-08-22 Thread Nathan Maves
Are you looking to test your own code or the ibatis code base?On 8/22/06, Juanjo Cuadrado <[EMAIL PROTECTED] > wrote:Hi,       I'm new in iBatis and I need to do unit tests with it (JUnit). Anyone can tell me how to use both tools?        A manual or any kind of documentation about this will also b

RE: JUnit and iBatis

2006-08-21 Thread Hariharan, Vadivelu \(IE10\)
You can get the Junit tests from   http://cvs.apache.org/dist/ibatis/ibatis.java/builds/JPetStore-5.0.zip     From: Juanjo Cuadrado [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 12:20 PM To: user-java@ibatis.apache.org Subject: JUnit and iBatis   Hi

JUnit and iBatis

2006-08-21 Thread Juanjo Cuadrado
Hi,       I'm new in iBatis and I need to do unit tests with it (JUnit). Anyone can tell me how to use both tools?        A manual or any kind of documentation about this will also be welcome.       I'm sorry for me Englihs.