-
Notifications
You must be signed in to change notification settings - Fork 20
테스트 코드 리펙토링 #165
Copy link
Copy link
Open
Labels
refactorUpgrade to better featuresUpgrade to better featuresstyle guideIssues related to code consistency in this project.Issues related to code consistency in this project.
Metadata
Metadata
Labels
refactorUpgrade to better featuresUpgrade to better featuresstyle guideIssues related to code consistency in this project.Issues related to code consistency in this project.
IBAS 프로젝트는 테스트 프레임워크로 JUnit5, Assertion 프레임워크로 JUnit5보다 활용도가 높은 AssertJ를 채택했습니다.
Assertion 프레임워크 사용시 주의사항입니다,
예시:
프로젝트 적용
Note
어떤 테스트는 cloud config에 있는 값들을 https://github.com/InhaBas/Inhabas.com-api/blob/master/resource-server/src/test/resources/application.yml의
test_dump에 직접 붙여 넣어 주어야 성공합니다. 따라서 push 하실 때 시크릿 코드가 들어가있는지 확인해야 합니다.