// shall I write some keywords here to boost search engine ranking?

Thursday, August 11, 2005

JUnit + Eclipse = Effort-less unit test

I know unit test is very important, but I just feel sick to code for unit test. I have the perception that it take my time to do something that do not add value to my system (this is definitely not the truth).

Even when I come to JUnit, I still do not get motivated for unit test. Until I found out that it was integrated into Eclipse, my fovourite Java IDE.

It's wizard based GUI had make me no reason to ignore unit test anymore. Had a look at how convenient to code automate unit test test case and test suite in Eclipse:Using JUnit in Eclipse

No comments: