From: Paul S. <pau...@ne...> - 2002-02-16 07:38:16
|
Gavin_King/Cirrus%CI...@ci... wrote: > Thanks Gabe, I will change that methodname. As to using JUnit, I was just > trying to keep hibernate as free of dependency upon other projects as > possible. I'm happy to use JUnit if anyone can think of a compelling reason > to use it but I've never quite figured out why you need a complicated > framework for testing. (I have used JUnit in other projects.) I can think of one reason at least: familiarity. There's more chance that someone will contribute to test cases if they're familiar with JUnit than having to learn yet-another-testing framework. Case in point: a couple of bugs I found recently I started looking at how test cases are done, and decided I really didn't want to waste time learning what the testing framework was in Hibernate (no matter how simple it may be). PaulS :( |