DOC

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.

Table Of Contents

Latest Version

Download net.sf.qualitycheck : quality-test Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.qualitycheck : quality-test Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3
1.2
1.1

How to open Javadoc JAR file in web browser

  1. Rename the file quality-test-1.3-javadoc.jar to quality-test-1.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder quality-test-1.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "quality-test-1.3-sources.jar" -d "quality-test-1.3-javadoc" -subpackages 

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