Quality-Test quality-test

Parent quality-parent
Group net.sf.qualitycheck
描述 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.
Packaging jar
Size 69.97 KB
文件 pom jar
网址 http://qualitycheck.sourceforge.net/modules/quality-test/
发布时间 2013-08-02 03:12

dependencies

Group Artifact Version
net.sf.qualitycheck quality-check 1.3
com.google.code.findbugs jsr305
com.google.guava guava
commons-logging commons-logging
junit junit
org.slf4j slf4j-api
org.slf4j slf4j-simple
org.powermock powermock-module-junit4
org.powermock powermock-api-easymock
org.easymock easymock
cglib cglib

developers

licenses

The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt
索引仓库
仓库 个数
Central 592045
7026569