RE: Tool to create assertions from a running Java application

<[email protected]> 02 Feb 2014 23:41:32 -0800
Newsgroups gmane.comp.java.junit.user
Message-ID <[email protected]>
Hi there

Yes, i totally agree with you: the TDD way is a much more useful way to create software. From my point of view this is the way to go for a greenfield project.

However, while working with legacy code this is not always possible. The described tool is a simple helper class to create a good test coverage for existing codebases before changing something, so basically it is a TDD helper. Nothing more. Of course it is up to the designer to check what is tested and create a good test strategy. For our current project, this simple helper saved us a lot of time, so i want to share it with the community.

Regards
Mirko