There was another product in this space, by the name of Agitator if I recall, and ultimately it failed because few actually have test suites that are complete enough to be candidates. Even Kent Beck doesn't care about coverage[1] and these frameworks aren't going to help anyone with much less than 100% test coverage.
At that point your tests might just be testing that the code does what the code does, not what it should do.
Such bright people as yourself, in my opinion at least, could do a lot of useful work in static analysis, proving code correct instead of proving that a project's tests don't prove its code correct, which is a given.
[1] http://stackoverflow.com/questions/153234/how-deep-are-your-unit-tests/ top answer
--
You received this message because you are subscribed to the Google Groups "Java Posse" group.
To view this discussion on the web visit https://groups.google.com/d/msg/javaposse/-/JoR9CaBOi-MJ.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
There was another product in this space, by the name of Agitator if I recall
Even Kent Beck doesn't care about coverage[1] and these frameworks aren't going to help anyone with much less than 100% test coverage.
At that point your tests might just be testing that the code does what the code does, not what it should do.
Such bright people as yourself, in my opinion at least, could do a lot of useful work in static analysis, proving code correct instead of proving that a project's tests don't prove its code correct, which is a given.