We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a59404 commit 6e3b16bCopy full SHA for 6e3b16b
app/src/test/kotlin/project/gson/app/test/unittest/ExampleUnitTest.kt
@@ -1,12 +1,15 @@
1
package project.gson.app.test.unittest
2
3
import org.assertj.core.api.Assertions.assertThat
4
+import org.junit.jupiter.api.DisplayName
5
import org.junit.jupiter.api.Test
6
import java.io.File
7
8
+@DisplayName("[UnitTest] 날씨 예제 단위 테스트")
9
class ExampleUnitTest {
10
11
@Test
12
+ @DisplayName("Json 파일에 데이터를 추가할 수 있다.")
13
fun trafficAdditionalTest() {
14
val filePath = "PATH"
15
0 commit comments