Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit fa11a4a

Browse files
committed
MockKの導入
1 parent f2ad0e0 commit fa11a4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ dependencies {
4242
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.0") {
4343
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
4444
}
45+
// https://mvnrepository.com/artifact/io.mockk/mockk
46+
testImplementation("io.mockk:mockk:1.9.3")
4547
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation
4648
// https://mvnrepository.com/artifact/com.google.guava/guava
4749
testImplementation(group = "com.google.guava", name = "guava", version = "28.2-jre")

0 commit comments

Comments
 (0)