Registry / testing / kotlin-test-junit

kotlin-test-junit

JSON →
library2.3.10javamavenunverified

Kotlin Test JUnit provides JUnit integration for Kotlin test frameworks, enabling seamless testing with JUnit runners and assertions.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-junit</artifactId> <version>2.3.10</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-TEST-JUNIT
K
kotlin-test-junit
testingjavav2.3.10
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

Writes a simple Kotlin test using JUnit.

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.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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