Re: junit tests factorisation

2005-03-16 Thread Laurent PETIT
Eric Pugh wrote: I've had this challenge as well. It seems wrong to have unit tests away from the unit. However, really you could think of those tests are "functional" or "Technology Compatiblity Kit" type of tests. I do agree with you that testing with dbUnit crosses the line between real

RE: junit tests factorisation

2005-03-14 Thread Eric Pugh
PROTECTED] Sent: Monday, March 14, 2005 10:52 PM To: Maven Users List Subject: junit tests factorisation Hello there, I'm trying to split a monobloc demo application I'm writing into smaller, more usable building blocs. The current application - assume its name is Prototype - co

junit tests factorisation

2005-03-14 Thread Laurent PETIT
Hello there, I'm trying to split a monobloc demo application I'm writing into smaller, more usable building blocs. The current application - assume its name is Prototype - consists of : - a Service layer - definitions of DAO interfaces - 3 different implementations of the DAO interfaces impl.jdbc