JavaFixture

JavaFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to the Java world. Its purpose is to generate full object graphs for use in test suites with a fluent API for customising the test objects during generation.

License

License

MIT
GroupId

GroupId

com.github.nylle
ArtifactId

ArtifactId

javafixture
Last Version

Last Version

2.9.2
Release Date

Release Date

Type

Type

jar
Description

Description

JavaFixture
JavaFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to the Java world. Its purpose is to generate full object graphs for use in test suites with a fluent API for customising the test objects during generation.
Project URL

Project URL

https://github.com/Nylle/JavaFixture
Source Code Management

Source Code Management

https://github.com/Nylle/JavaFixture

Download javafixture

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.objenesis : objenesis jar 3.0.1
org.javassist : javassist jar 3.27.0-GA
jakarta.validation : jakarta.validation-api jar 2.0.2
jakarta.persistence : jakarta.persistence-api jar 2.2.3

provided (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.junit.jupiter : junit-jupiter-params jar 5.5.1

test (5)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-core jar 4.5.1
org.mockito : mockito-inline jar 4.5.1
org.hibernate : hibernate-validator jar 6.2.1.Final
org.glassfish : javax.el jar 3.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.9.2
2.9.1
2.9.0
2.8.1
2.8.0
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
v1.0.0