DOC

com.robertboothby.djenni : djenni-parent

Maven & Gradle

Nov 11, 2019
0 stars

Djenni - Data Generator Framework · This is the parent module for all components of the Djenni framework - a test data generation framework that sets out to introduce better practices in test data management and generation. The core goals are: - to reduce the amount of time developers and testers spend manually crafting data - to make tests clearer by only focusing on the key data elements - to make tests even more complete by fuzzing data elements that are not deemed key to the test - to better support later test phases by helping developers to provide data generators suitable for large scale data generation in a thread safe / multi-threadable manner.

Table Of Contents

Latest Version

Download com.robertboothby.djenni : djenni-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download com.robertboothby.djenni : djenni-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file djenni-parent-0.2.0-javadoc.jar to djenni-parent-0.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder djenni-parent-0.2.0-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 "djenni-parent-0.2.0-sources.jar" -d "djenni-parent-0.2.0-javadoc" -subpackages