Per feedback, the description has been enhanced:
For practitioners of Test-Driven Development, TestUtil recursively
interrogates the code base and reflectively creates "test" instances
(or random primitives) for verification. Instead of custom coding
unit tests concurrently with development, this "Automated" approach
mandates the establishment of clear design patterns (for "getters"
and "setters" in this case) before a project begins.
Observed side-effects include pattern defragmentation, pattern
clarification and overall design coherence.
--- In
junit@..., "Marvin Toll" <MarvinToll@...> wrote:
>
> TestUtil v. 2.4 has been released and includes support (thank you
Björn
> Ekryd) for Enums.
>
>
http://gtcgroup.com/util/index.html>
> TestUtil is a Java open source low-effort "Automated Method
Testing"
> strategy and tool for verifying all matching accessor methods on
> mutable objects with a single line of unit test code. It is
compatible
> with both in-container and outside-the-container strategies
extending
> JUnit.
>