switch tests from junit to kotlin.test (mostly)

This commit is contained in:
Helium314 2025-01-19 18:27:31 +01:00
parent da8827efc3
commit df8c0c6c59
8 changed files with 26 additions and 24 deletions

View file

@ -109,6 +109,7 @@ dependencies {
implementation("com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0")
// test
testImplementation(kotlin("test"))
testImplementation("junit:junit:4.13.2")
testImplementation("org.mockito:mockito-core:5.15.2")
testImplementation("org.robolectric:robolectric:4.12.1")