com.robertboothby.djenni:djenni-source-maven-example

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

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.robertboothby.djenni
ArtifactId

ArtifactId

djenni-source-maven-example
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download djenni-source-maven-example

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.robertboothby.djenni : core jar 0.2.0
org.hamcrest : hamcrest-all jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0