Feature request (Unit tests)
Hi,
I am a great fan of Unit testing (almost complete TDD :-)
But I have this great IDE that does stuff for me like generate equals() and hashcode() methods
I love these features, but they also post a problem for me.
I always aim for a 100% test coverage and therein lies the problem.
The generated equals() and hashcode() methods give me a headage. Testing them is a bother and takes a lot of time of dumb typing.
Here is my feature request:
- Why not generate the unit tests allong with the equals() and hashcode() generation?
That would be a nifty feature.
Please sign in to leave a comment.