Yes, that's how it's implemented in the PetClinic example. And because it is done in the PetClinic example I assumed it's the suggested way of doing tests that way. Maybe I shouldn't trust too much...
Type: Posts; User: kreismeister; Keyword(s):
Yes, that's how it's implemented in the PetClinic example. And because it is done in the PetClinic example I assumed it's the suggested way of doing tests that way. Maybe I shouldn't trust too much...
I don't know. I'm just referring to the sample code that is shipped WITH Spring.
And the advantage of this abstract test case is, that is very simply to adapt. You point to the...
Hi!
Spring 2.0 RC1 build 44.
I've followed the petclinic example that comes with the distribution to implement a simple DAO using Spring's JdbcDaoSupport.
So there is an interface MyDao and...