is not current version
Last Version 0.2.0

com.github.nylle:kotlinfixture 0.1.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.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.nylle
ArtifactId

ArtifactId

kotlinfixture
Version

Version

0.1.0
Type

Type

jar

Download kotlinfixture 0.1.0


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