Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ package hs.kr.entrydsm.application

import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest

//*
//
// ㅁㄴㅇㄹㅁㄴ
// */
@SpringBootTest
class CasperApplicationTests {

//*
//
// ㅁㄴㅇㄹㅁㄴ
// */
@Test
fun contextLoads() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class DocumentationException(
/**
* 문서화 부재 예외를 생성
*
* 테스트
*
* @param element 문서화가 부재한 코드 요소
* @return 생성된 DocumentationException 인스턴스
*/
Expand Down