diff --git a/libraries/build-docs.xml b/libraries/build-docs.xml index 4d081c8f158..62181e7492e 100644 --- a/libraries/build-docs.xml +++ b/libraries/build-docs.xml @@ -91,6 +91,7 @@ + diff --git a/libraries/kotlin.test/Module.md b/libraries/kotlin.test/Module.md index ec0f1b0f1eb..ac9fa4e09ee 100644 --- a/libraries/kotlin.test/Module.md +++ b/libraries/kotlin.test/Module.md @@ -17,6 +17,8 @@ The library consists of the modules: - `kotlin-test` – a JVM implementation of assertions from `kotlin-test-common`; - `kotlin-test-junit` – provides an implementation of [Asserter] on top of JUnit and maps the test annotations from `kotlin-test-annotations-common` to JUnit test annotations; +- `kotlin-test-testng` – provides an implementation of [Asserter] on top of TestNG + and maps the test annotations from `kotlin-test-annotations-common` to TestNG test annotations; - `kotlin-test-js` – a JS implementation of common test assertions and annotations with the out-of-the-box support for [Jasmine](https://jasmine.github.io/), [Mocha](https://mochajs.org/), and [Jest](https://facebook.github.io/jest/) testing frameworks, and an experimental way to plug in