Last Version

Factory Duke 0.8

FactoryDuke is a java framework that lets you create objects as test data. All you have to do is define the templates for each of the classes that you want FactoryDuke to create objects from. After that, FactoryDuke takes care of the rest.

License

License

GroupId

GroupId

com.github.regis-leray
ArtifactId

ArtifactId

factory-duke
Version

Version

0.8
Type

Type

jar
Description

Description

Factory Duke
FactoryDuke is a java framework that lets you create objects as test data. All you have to do is define the templates for each of the classes that you want FactoryDuke to create objects from. After that, FactoryDuke takes care of the rest.
Project URL

Project URL

https://github.com/regis-leray/factory_duke
Source Code Management

Source Code Management

https://github.com/regis-leray/factory_duke

Download factory-duke 0.8


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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.13
io.github.lukehutch : fast-classpath-scanner jar 1.9.17
ch.qos.logback : logback-classic Optional jar 1.1.3

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 3.3.0

Project Modules

There are no modules declared in this project.