Overview

Provides annotations and basic categories for JUnit to document test classes.

Usage of Annotations

Please read the usage notes on the annotations provided by this project:

  1. Usage of Uut
  2. Usage of TestDocHint

To use the annotions in your project, add the following dependency to your POM:

<dependency>
  <groupId>de.smartics.testdoc</groupId>
  <artifactId>testdoc-annotations</artifactId>
  <version>0.4.0</version>
  <scope>test</scope>
</dependency>

Usage of Categories

Please read the usage notes on categories for standard categories provided by this project.