License |
License |
---|---|
GroupId | GroupIdcom.robertboothby.djenni |
ArtifactId | ArtifactIddjenni-parent |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionDjenni - 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 |
Source Code Management |
Source Code Management |
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"]