From 37ea1fbf924de5e4860cc075f7d32f8005886bc8 Mon Sep 17 00:00:00 2001 From: kangeunchan Date: Tue, 13 May 2025 07:58:52 +0900 Subject: [PATCH] =?UTF-8?q?test=20(=20#2=20)=20:=20=EC=8B=9C=ED=81=AC?= =?UTF-8?q?=EB=A6=BF=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hs/kr/entrydsm/application/TestClass2.kt | 15 --------------- .../application/CasperApplicationTests.kt | 9 ++++++++- .../exception/DocumentationException.kt | 2 ++ 3 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 casper-application-domain/src/main/kotlin/hs/kr/entrydsm/application/TestClass2.kt diff --git a/casper-application-domain/src/main/kotlin/hs/kr/entrydsm/application/TestClass2.kt b/casper-application-domain/src/main/kotlin/hs/kr/entrydsm/application/TestClass2.kt deleted file mode 100644 index 117dfbdb..00000000 --- a/casper-application-domain/src/main/kotlin/hs/kr/entrydsm/application/TestClass2.kt +++ /dev/null @@ -1,15 +0,0 @@ -package hs.kr.entrydsm.application - -/** - * 이 클래스는 KDoc 주석 검사 테스트를 위한 용도입니다. - * 이제 올바른 KDoc 주석 형식을 사용합니다. - */ -class TestClass2 { - - /** - * 이 함수는 문서화 검사를 테스트하기 위한 용도입니다. - */ - fun testFunction() { - println("이 함수는 문서화 검사를 테스트하기 위한 용도입니다.") - } -} \ No newline at end of file diff --git a/casper-application-infrastructure/src/test/kotlin/hs/kr/entrydsm/application/CasperApplicationTests.kt b/casper-application-infrastructure/src/test/kotlin/hs/kr/entrydsm/application/CasperApplicationTests.kt index 10aafbd2..c2c0e584 100644 --- a/casper-application-infrastructure/src/test/kotlin/hs/kr/entrydsm/application/CasperApplicationTests.kt +++ b/casper-application-infrastructure/src/test/kotlin/hs/kr/entrydsm/application/CasperApplicationTests.kt @@ -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() { } diff --git a/casper-convention/src/main/kotlin/io/casper/convention/exception/DocumentationException.kt b/casper-convention/src/main/kotlin/io/casper/convention/exception/DocumentationException.kt index a866a2d8..32d6a6c4 100644 --- a/casper-convention/src/main/kotlin/io/casper/convention/exception/DocumentationException.kt +++ b/casper-convention/src/main/kotlin/io/casper/convention/exception/DocumentationException.kt @@ -20,6 +20,8 @@ class DocumentationException( /** * 문서화 부재 예외를 생성 * + * 테스트 + * * @param element 문서화가 부재한 코드 요소 * @return 생성된 DocumentationException 인스턴스 */