You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/jvm/jvm-test-using-junit.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
[//]: #(title: Test code using JUnit in JVM – tutorial)
2
2
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.
4
4
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).
6
7
7
8
To get started, first download and install the latest version of [IntelliJ IDEA](https://www.jetbrains.com/idea/download/index.html).
0 commit comments