Hello everyone,

I am writing some JUnit tests to test some automagically generated classes and repository for OJB.
The purpose of my tests was just to write and read back each entity, comparing the values written (and read) to the DB with the ones I "told" the entities to write.


I was wondering ig testing these objects with MockObjects would make any sense, as the ability to be correctly written to the DB is part of my test.

Thanks,
Daniel


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to