Skip to content

Commit 2058317

Browse files
link to kmp tutorial (#4689)
1 parent 8fc64f0 commit 2058317

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/topics/jvm/jvm-test-using-junit.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[//]: # (title: Test code using JUnit in JVM – tutorial)
22

3-
This tutorial shows you how to write a simple unit test and run it with the Gradle build tool.
3+
This tutorial shows you how to write a simple unit test in a Kotlin/JVM project and run it with the Gradle build tool.
44

5-
The example in the tutorial has the [`kotlin.test`](https://kotlinlang.org/api/latest/kotlin.test/index.html) library under the hood and runs the test using JUnit.
5+
In this project, you'll use the [`kotlin.test`](https://kotlinlang.org/api/latest/kotlin.test/index.html) library and run the test using JUnit.
6+
If you're working on a multiplatform app, see the [Kotlin Multiplatform tutorial](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-run-tests.html).
67

78
To get started, first download and install the latest version of [IntelliJ IDEA](https://www.jetbrains.com/idea/download/index.html).
89

0 commit comments

Comments
 (0)