is not current version
Last Version 2.9.2

JavaFixture 2.6.1

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
Version

Version

2.6.1
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 2.6.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.objenesis : objenesis jar 3.0.1
org.javassist : javassist jar 3.27.0-GA

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 (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-core jar 3.0.0

Project Modules

There are no modules declared in this project.