Registry / testing / kotlintest-runner-junit5

kotlintest-runner-junit5

JSON →
library3.4.2javamavenunverified

A JUnit5 runner for the KotlinTest testing framework, enabling Kotlin-style tests in JUnit5 environments.

<dependency> <groupId>io.kotlintest</groupId> <artifactId>kotlintest-runner-junit5</artifactId> <version>3.4.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINTEST-RUNNER-
K
kotlintest-runner-junit5
testingjavav3.4.2
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.

KotlinTestRunner
io.kotlintest.runner.junit5.KotlinTestRunner

Instantiates the JUnit5 runner for KotlinTest.

import io.kotlintest.runner.junit5.KotlinTestRunner; public class Example { public static void main(String[] args) { KotlinTestRunner runner = new KotlinTestRunner(); System.out.println("KotlinTest runner created"); } }
Debug
Known issues
breakingKotlinTest is deprecated; use Kotest (io.kotest) instead.
fix
Migrate to io.kotest:kotest-runner-junit5.
affects: *
Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
kotlintest-runner-junit5 — mvn dependency:get kotlintest-runner-junit5 · libregistry