Skip to content

Commit c33ab7e

Browse files
committed
Legger til junit platform launcher i test dependencies.
1 parent 490f4ed commit c33ab7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ dependencies {
4343
implementation(TmsCommonLib.metrics)
4444
implementation(TmsCommonLib.observability)
4545

46-
testImplementation(Junit.api)
46+
testImplementation(JunitPlatform.launcher)
47+
testImplementation(JunitJupiter.api)
48+
testImplementation(JunitJupiter.params)
4749
testImplementation(Ktor.Serialization.jackson)
4850
testImplementation(Ktor.Test.clientMock)
4951
testImplementation(Ktor.Test.serverTestHost)
5052
testImplementation(TmsKtorTokenSupport.azureValidationMock)
5153
testImplementation(Kluent.kluent)
5254
testImplementation(Mockk.mockk)
53-
testImplementation(Junit.params)
5455
testImplementation(TmsTestUtils.testUtils)
5556

5657
testRuntimeOnly(Jjwt.impl)
57-
testRuntimeOnly(Junit.engine)
5858
}
5959

6060
application {

0 commit comments

Comments
 (0)