q

quality-test

The goal of quality-test is to provide a small Java library for basic code quality checks within unit tests. It is discouraged to use quality-test in production code. The checks provided in this library are designed to be used in unit-tests. The checks and utilities provided in this package check static properties of classes, for example whether classes are marked final or constructors are private. Additionally, there are utils to give additional code coverage for private constructors. Quality-Test often can be used together with Google Reflections (http://code.google.com/p/reflections/) to perform checks such as, assure that every class in package *.dto.* is final or make sure that no class in the package *.controller.* contains any non-final static variables.
http://qualitycheck.sourceforge.net/modules/quality-test/
The Apache Software License, Version 2.0
Aggregated version Version Update time
1.3 1.3 Aug 02, 2013
1.2 1.2 May 23, 2013
1.1 1.1 Mar 25, 2013
3 Records