feat: Kotlin 언어 지원 추가 및 통합 테스트 보강#50
Merged
PENEKhun merged 1 commit intoPENEKhun:mainfrom Jan 5, 2026
Merged
Conversation
PENEKhun
reviewed
Jan 5, 2026
Contributor
Author
|
안녕하세요, 빠른 확인 감사합니다. 0.3.1-RELEASE 반영 및 추가 수정 사항 안내까지 상세히 공유해주셔서 감사합니다. 새해 복 많이 받으세요! 🙇♂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📝 변경 사항
백준 문제 해결을 위한 코드 생성 시 Kotlin 언어를 선택할 수 있도록 기능을 추가하고, 관련 통합 테스트를 보강했습니다.
KotlinCodeGenerator,KotlinTemplate,KotlinSourceCodeFile클래스를 추가하여 Kotlin용 메인 코드 및 테스트 코드 생성을 지원합니다.Main및BojStarter에서 사용자 설정에 따라 Java 또는 Kotlin 중 적절한 생성기를 선택하도록 수정했습니다.IntegrationTests에 Kotlin 환경에 대한 테스트 케이스를 추가했습니다.WebParserStub을 개선하여 다양한 테스트 시나리오에 대응할 수 있도록 했습니다.README.md내 Kotlin 지원 관련 내용을 반영했습니다.🚀 주요 변경 원인
✅ 테스트 결과
./gradlew test명령어를 통해 모든 테스트가 통과됨을 확인했습니다.IntegrationTests.java내 Kotlin 생성 시나리오 테스트를 추가하여 정상 동작을 확인했습니다.SourceCodeTemplateTests.java에서 Kotlin 템플릿 치환 로직 검증을 완료했습니다.