License |
License |
---|---|
GroupId | GroupIdcom.github.nylle |
ArtifactId | ArtifactIdjavafixture |
Last Version | Last Version2.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaFixture
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javafixture-2.9.2.pom | |
javafixture-2.9.2.jar | 49 KB |
javafixture-2.9.2-sources.jar | 24 KB |
javafixture-2.9.2-javadoc.jar | 557 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.1 |
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 |