License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.nylle |
ArtifactId | ArtifactIdkotlinfixture |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionKotlinFixture
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlinfixture-0.2.0.pom | |
kotlinfixture-0.2.0.jar | 13 KB |
kotlinfixture-0.2.0-sources.jar | 4 KB |
kotlinfixture-0.2.0-javadoc.jar | 274 KB |
Browse |
<!-- 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"]
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 |
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 |