Matthew Toseland wrote: > How exactly does this work? I presume it assumes that the current code is > correct, and generates a suite of tests to verify that it stays that way? >
Yes, you are right. This is the target of regression tests. There are a few tools that could perform this task (generating regression tests from current code), but I found that JUnit Factory produces the best results
