Registry / testing / kotlin-test-annotations-common

kotlin-test-annotations-common

JSON →
library2.4.0javamavenunverified

Legacy artifact of Kotlin Test library providing common test annotations; use kotlin-test instead.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-TEST-ANNOTA
K
kotlin-test-annotations-common
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

Define a simple test using Kotlin Test annotations.

class MyTest { @Test fun test() { assertEquals(1, 1) } }
Debug
Known issues
gotchaThis artifact is legacy; prefer kotlin-test for new projects.
fix
Replace dependency with org.jetbrains.kotlin:kotlin-test
affects: >=2.0.0
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-annotations-common — mvn dependency:get kotlin-test-annotations-common · libregistry