License |
License |
---|---|
GroupId | GroupIdcom.robertboothby.djenni |
ArtifactId | ArtifactIdutil |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionThis 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.
|
Filename | Size |
---|---|
util-0.2.0.pom | |
util-0.2.0.jar | 3 KB |
util-0.2.0-sources.jar | 3 KB |
util-0.2.0-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.robertboothby.djenni/util/ -->
<dependency>
<groupId>com.robertboothby.djenni</groupId>
<artifactId>util</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby.djenni/util/
implementation 'com.robertboothby.djenni:util:0.2.0'
// https://jarcasting.com/artifacts/com.robertboothby.djenni/util/
implementation ("com.robertboothby.djenni:util:0.2.0")
'com.robertboothby.djenni:util:jar:0.2.0'
<dependency org="com.robertboothby.djenni" name="util" rev="0.2.0">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby.djenni', module='util', version='0.2.0')
)
libraryDependencies += "com.robertboothby.djenni" % "util" % "0.2.0"
[com.robertboothby.djenni/util "0.2.0"]