Registry / testing / kotlintest-runner-junit4

kotlintest-runner-junit4

JSON →
library3.4.2javamavenunverified

A JUnit4 runner for KotlinTest, enabling Kotlin-based testing with JUnit4 compatibility.

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

Run KotlinTest specs with JUnit4 runner.

import io.kotlintest.runner.junit4.KotlinTestRunner; import org.junit.runner.RunWith; @RunWith(KotlinTestRunner.class) public class MyTest { // test methods }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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