Skip to content

Commit 8dc8f75

Browse files
committed
test ( #2 ) : 불필요한 테스트 파일 삭제
1 parent e04c891 commit 8dc8f75

4 files changed

Lines changed: 12 additions & 26 deletions

File tree

casper-application-domain/src/main/kotlin/hs/kr/entrydsm/application/TestClass2.kt

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package hs.kr.entrydsm.application
2+
3+
import org.junit.jupiter.api.Test
4+
5+
/**
6+
* Casper Application의 통합 테스트를 수행하는 클래스입니다.
7+
*/
8+
class CasperApplicationTests {
9+
}

casper-application-infrastructure/src/main/kotlin/hs/kr/entrydsm/application/TestClass3.kt

Lines changed: 0 additions & 8 deletions
This file was deleted.

casper-application-infrastructure/src/test/kotlin/hs/kr/entrydsm/application/CasperApplicationTests.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package hs.kr.entrydsm.application
33
import org.junit.jupiter.api.Test
44
import org.springframework.boot.test.context.SpringBootTest
55

6+
/**
7+
* Casper Application의 통합 테스트를 수행하는 클래스입니다.
8+
*/
69
@SpringBootTest
710
class CasperApplicationTests {
811

9-
@Test
10-
fun contextLoads() {
11-
}
1212
}

0 commit comments

Comments
 (0)