Registry / testing / kotlin-test

kotlin-test

JSON →
library2.4.0javamavenunverified

Multiplatform testing library for Kotlin, providing assertions and test framework integration.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-TEST
K
kotlin-test
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 unit test using @Test annotation and assertEquals.

import kotlin.test.Test import kotlin.test.assertEquals class ExampleTest { @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
9 hits · last 30 days
node
8
Resources
kotlin-test — mvn dependency:get kotlin-test · libregistry