License |
License |
---|---|
GroupId | GroupIdcom.github.nylle |
ArtifactId | ArtifactIdjavafixture |
Version | Version2.7.0 |
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.7.0.pom | |
javafixture-2.7.0.jar | 63 KB |
javafixture-2.7.0-sources.jar | 31 KB |
javafixture-2.7.0-javadoc.jar | 586 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nylle/javafixture/ -->
<dependency>
<groupId>com.github.nylle</groupId>
<artifactId>javafixture</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nylle/javafixture/
implementation 'com.github.nylle:javafixture:2.7.0'
// https://jarcasting.com/artifacts/com.github.nylle/javafixture/
implementation ("com.github.nylle:javafixture:2.7.0")
'com.github.nylle:javafixture:jar:2.7.0'
<dependency org="com.github.nylle" name="javafixture" rev="2.7.0">
<artifact name="javafixture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nylle', module='javafixture', version='2.7.0')
)
libraryDependencies += "com.github.nylle" % "javafixture" % "2.7.0"
[com.github.nylle/javafixture "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.objenesis : objenesis | jar | 3.0.1 |
org.javassist : javassist | jar | 3.27.0-GA |
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 | 3.0.0 |