Last Version

Quality-Test 1.3

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.qualitycheck
ArtifactId

ArtifactId

quality-test
Version

Version

1.3
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://qualitycheck.sourceforge.net/modules/quality-test/

Download quality-test 1.3


<!-- https://jarcasting.com/artifacts/net.sf.qualitycheck/quality-test/ -->
<dependency>
    <groupId>net.sf.qualitycheck</groupId>
    <artifactId>quality-test</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.qualitycheck/quality-test/
implementation 'net.sf.qualitycheck:quality-test:1.3'
// https://jarcasting.com/artifacts/net.sf.qualitycheck/quality-test/
implementation ("net.sf.qualitycheck:quality-test:1.3")
'net.sf.qualitycheck:quality-test:jar:1.3'
<dependency org="net.sf.qualitycheck" name="quality-test" rev="1.3">
  <artifact name="quality-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.qualitycheck', module='quality-test', version='1.3')
)
libraryDependencies += "net.sf.qualitycheck" % "quality-test" % "1.3"
[net.sf.qualitycheck/quality-test "1.3"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.qualitycheck : quality-check jar 1.3
com.google.code.findbugs : jsr305 jar 2.0.1
com.google.guava : guava jar 14.0.1

test (8)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1
junit : junit jar 4.11
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-simple jar 1.7.5
org.powermock : powermock-module-junit4 jar 1.5.1
org.powermock : powermock-api-easymock jar 1.5.1
org.easymock : easymock jar 3.2
cglib : cglib jar 3.0

Project Modules

There are no modules declared in this project.