fuin.org
Small Open Source Java Tools and Libraries
Asserting test coverage
A good approach is to have at least one test class for every production class.More...
Asserting package dependencies
It's a good practice enforcing package dependencies to avoid high coupling and package cycles.More...
Asserting methods are not used
How can I find all the methods that call a given method in Java?More...