Getting Started
Requirements
JDK 1.8
or higherJUnit5
- (Optional) autoparams-kotlin for Kotlin
Install
Maven
For Maven, you can add the following dependency to your pom.xml
:
<dependency>
<groupId>io.github.autoparams</groupId>
<artifactId>autoparams</artifactId>
<version>10.2.0</version>
</dependency>
Gradle (Groovy)
For Gradle Groovy DSL, use:
testImplementation 'io.github.autoparams:autoparams:10.2.0'
Gradle (Kotlin)
For Gradle Kotlin DSL, use:
testImplementation("io.github.autoparams:autoparams:10.2.0")