Last Version

Djenni - Data Generator Framework 0.2.0

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.

License

License

GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

djenni-parent
Version

Version

0.2.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/RobertBoothby/djenni
Source Code Management

Source Code Management

https://github.com/RobertBoothby/djenni

Download djenni-parent 0.2.0

Filename Size
djenni-parent-0.2.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-parent/ -->
<dependency>
    <groupId>com.robertboothby.djenni</groupId>
    <artifactId>djenni-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-parent/
implementation 'com.robertboothby.djenni:djenni-parent:0.2.0'
// https://jarcasting.com/artifacts/com.robertboothby.djenni/djenni-parent/
implementation ("com.robertboothby.djenni:djenni-parent:0.2.0")
'com.robertboothby.djenni:djenni-parent:pom:0.2.0'
<dependency org="com.robertboothby.djenni" name="djenni-parent" rev="0.2.0">
  <artifact name="djenni-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby.djenni', module='djenni-parent', version='0.2.0')
)
libraryDependencies += "com.robertboothby.djenni" % "djenni-parent" % "0.2.0"
[com.robertboothby.djenni/djenni-parent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • util
  • core
  • djenni-source-maven-plugin
  • common-generators
  • djenni-source-maven-example