Registry / testing / kotlin-test-junit5

kotlin-test-junit5

JSON →
library2.4.0javamavenunverified

Kotlin Test library support for JUnit5, enabling Kotlin test assertions.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit5</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-TEST-JUNIT5
K
kotlin-test-junit5
testingjavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Test
kotlin.test.Test

Write a simple JUnit5 test using Kotlin Test annotations.

import kotlin.test.Test import kotlin.test.assertEquals class MyTest { @Test fun testAddition() { assertEquals(4, 2 + 2) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
kotlin-test-junit5 — mvn dependency:get kotlin-test-junit5 · libregistry