- Domain Entity 단위 테스트 (ParticipantUnitTest, DrawLogUnitTest) - Service 단위 테스트 (ParticipationServiceUnitTest, WinnerDrawServiceUnitTest) - 테스트코드표준 준용: Given-When-Then 패턴, BDD 스타일, Mockito 활용 - 총 29개 테스트 케이스 작성 및 검증 완료 (BUILD SUCCESSFUL) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl:*)",
|
|
"Bash(if [ ! -d \"claude\" ])",
|
|
"Bash(then mkdir claude)",
|
|
"Bash(fi)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(rm:*)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/reference/**)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/define/**)",
|
|
"Bash(copy:*)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/references/**)",
|
|
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/define/**)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)",
|
|
"Bash(git pull:*)",
|
|
"Bash(./gradlew participation-service:compileJava:*)",
|
|
"Bash(find:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(docker-compose up:*)",
|
|
"Bash(docker --version:*)",
|
|
"Bash(timeout 60 bash:*)",
|
|
"Bash(docker ps:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(docker-compose down:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git restore:*)",
|
|
"Bash(./gradlew participation-service:test:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|