Feature: 기업 삭제 API 구현#19
Open
ujamX wants to merge 3 commits into
Open
Conversation
CompanyService.java CompanyServiceTest.java - 특정 기업 삭제 로직 구현 - 기업 인덱스로 기업 삭제 시 deleteById() 한 번 수행되는 테스트 로직 구현
CompanyController.java CompanyControllerTest.java - 기업 삭제 핸들러 구현 - 삭제 후 삭제된 기업 재 조회하여 검증하는 테스트 구현
CompanyRepositoryTest.java - 삭제된 아이디로 기업을 조회했을 때 기업 객체가 비어있는 것을 검증하는 테스트 구현
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.
PR Type ✔️
Summary(요약) ⭐
기업 삭제 API 구현
Describe your changes(상세) 🧾
Issue Number or Link 🔗
Reference