Registry / testing / kotlin-test-testng

kotlin-test-testng

JSON →
library2.3.21javamavenunverified

Kotlin Test library support for TestNG, enabling Kotlin-friendly testing with TestNG.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-testng</artifactId> <version>2.3.21</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-TEST-TESTNG
K
kotlin-test-testng
testingjavav2.3.21
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.

KotlinTestNGTest
org.jetbrains.kotlin.test.testng.KotlinTestNGTest

Defines a TestNG test using Kotlin Test support.

import org.jetbrains.kotlin.test.testng.KotlinTestNGTest import org.testng.annotations.Test class MyTest : KotlinTestNGTest() { @Test fun testExample() { assert(1 + 1 == 2) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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