MVN

net.sf.qualitycheck : quality-test

Maven & Gradle

Aug 01, 2013
7 usages
7 stars

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.

<dependency>
    <groupId>net.sf.qualitycheck</groupId>
    <artifactId>quality-test</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.qualitycheck : quality-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of net.sf.qualitycheck : quality-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
quality-test-1.3
1.2
quality-test-1.2
1.1
quality-test-1.1

How to add a dependency to Maven

Add the following net.sf.qualitycheck : quality-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.qualitycheck</groupId>
    <artifactId>quality-test</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.qualitycheck : quality-test gradle dependency to your build.gradle file:

implementation 'net.sf.qualitycheck:quality-test:1.3'

Gradle Kotlin DSL: Add the following net.sf.qualitycheck : quality-test gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.qualitycheck:quality-test:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.qualitycheck : quality-test sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.qualitycheck" % "quality-test" % "1.3"

Advertisement

Dependencies from Group

Aug 01, 2013
14 usages
7 stars
Aug 01, 2013
7 usages
7 stars
Aug 01, 2013
7 stars
Aug 01, 2013
7 stars

Discover Dependencies

Jul 10, 2014
2 usages
0 stars
Mar 25, 2014
39 usages
7.9k stars
Apr 14, 2018
10 usages
1k stars
Sep 29, 2021
6 usages
23 stars
Sep 27, 2020
0 stars
May 11, 2022
27 usages
3 stars
Mar 03, 2017
3 usages
0 stars
Oct 11, 2018
4 usages
0 stars
Aug 06, 2019
4 usages
246 stars