jar

com.github.nylle : kotlinfixture

Maven & Gradle

Dec 09, 2022
3 stars

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.

Table Of Contents

Latest Version

Download com.github.nylle : kotlinfixture JAR file - Latest Versions:

All Versions

Download com.github.nylle : kotlinfixture JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlinfixture-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nylle.kotlinfixture

├─ com.github.nylle.kotlinfixture.Fixture.class - [JAR]

├─ com.github.nylle.kotlinfixture.SpecimenBuilder.class - [JAR]

Advertisement