dummie

When writing functional testing in Java enterprise application, it's always a pain to initialize entity objects, this library generates entity objects automatically, and you can change just the fields you want to control for testing.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.dummie-java
ArtifactId

ArtifactId

dummie
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

dummie
When writing functional testing in Java enterprise application, it's always a pain to initialize entity objects, this library generates entity objects automatically, and you can change just the fields you want to control for testing.
Project URL

Project URL

https://github.com/dummie-java/dummie
Source Code Management

Source Code Management

https://github.com/dummie-java/dummie.git

Download dummie

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.dummie-java/dummie/ -->
<dependency>
    <groupId>io.github.dummie-java</groupId>
    <artifactId>dummie</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dummie-java/dummie/
implementation 'io.github.dummie-java:dummie:2.0.0'
// https://jarcasting.com/artifacts/io.github.dummie-java/dummie/
implementation ("io.github.dummie-java:dummie:2.0.0")
'io.github.dummie-java:dummie:jar:2.0.0'
<dependency org="io.github.dummie-java" name="dummie" rev="2.0.0">
  <artifact name="dummie" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dummie-java', module='dummie', version='2.0.0')
)
libraryDependencies += "io.github.dummie-java" % "dummie" % "2.0.0"
[io.github.dummie-java/dummie "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.1
1.0.0