|
From: Rod J. <rod...@in...> - 2003-05-11 17:40:35
|
Guys, As you know I'm pretty big on test coverage and (ideally) test-first development. I've added a few more tests over the weekend, and I've just achieved a significant boost in coverage by writing an introspection-driven test suite that achieves 100% coverage of Tony's 2000 line ObjectArrayUtils, in little more than 100 lines of test case. I guess it goes to show that where there's a will there's a way, where testing is concerned. (There weren't any bugs in it, by the way.) This raises overall test coverage from just on 50% (after my other test additions), to 56%. Regards, Rod |