본문으로 건너뛰기

시작하기

요구사항

  • JDK 1.8 or higher
  • JUnit5

설치하기

Maven

Maven을 사용한다면, pom.xml에 다음 종속성을 추가하세요:

<dependency>
<groupId>io.github.autoparams</groupId>
<artifactId>autoparams</artifactId>
<version>8.3.0</version>
</dependency>

Gradle

Gradle을 사용한다면, build.gradle에 다음 종속성을 추가하세요:

testImplementation 'io.github.autoparams:autoparams:8.3.0'