Last Version

KotlinFixture 0.2.0

KotlinFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to Kotlin. 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
Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.nylle
ArtifactId

ArtifactId

kotlinfixture
Version

Version

0.2.0
Type

Type

jar
Description

Description

KotlinFixture
KotlinFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to Kotlin. 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/KotlinFixture
Source Code Management

Source Code Management

https://github.com/Nylle/KotlinFixture

Download kotlinfixture 0.2.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.nylle : javafixture jar 2.6.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
org.jetbrains.kotlin : kotlin-test-junit jar 1.4.10

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

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

Project Modules

There are no modules declared in this project.