Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 잘못된 카테고리 생성 요청에 대한 예외 처리 #159

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

shin-mallang
Copy link
Member

Copy link

sonarqubecloud bot commented Dec 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Copy link

Test Results

292 files  ±0  292 suites  ±0   36s ⏱️ -1s
819 tests +3  818 ✔️ +3  1 💤 ±0  0 ±0 
854 runs   - 1  853 ✔️  - 1  1 💤 ±0  0 ±0 

Results for commit ebf79f8. ± Comparison against base commit 4412fbe.

This pull request removes 24 and adds 14 tests. Note that renamed tests count towards both.

 
          Shin._.Mallang
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
    <title>
    HI
 </head>
</body>
…
com.mallang.acceptance.post.PostCategoryAcceptanceTest$카테고리_생성_API ‑ 이미 카테고리가 존재하는데 부모와 형제와의 관계가 모두 주어지지 않은 카테고리 생성 시 예외
com.mallang.acceptance.post.StarGroupAcceptanceTest$즐겨찾기_그룹_생성_API ‑ 이미 즐겨찾기 그룹이 존재하는데 부모와 형제와의 관계가 모두 주어지지 않은 그룹 생성 시 예외
com.mallang.category.TieredCategoryTestTemplate$생성_시 ‑ 부모와_형제가_모두_null_이_아니면_계층_업데이트_메서드를_호출하여_계층구조를_설정한다()
com.mallang.category.TieredCategoryTestTemplate$생성_시 ‑ 이미_다른_카테고리가_존재하는_상황에서_부모와_형제가_모두_null_이면_예외()
com.mallang.category.TieredCategoryTestTemplate$생성_시 ‑ 최초의_루트_카테고리_생성()
com.mallang.category.TieredCategoryTestTemplate$카테고리_게층_구조_변경_시$형제들이_주어지지_않았을_때 ‑ 부모가_주어지지_않으면_예외()
com.mallang.post.application.PostCategoryServiceTest$저장_시 ‑ 이미 카테고리가 존재하는데 이와의 관계를 명시하지 않으면 예외
com.mallang.post.domain.PostCategoryTest$생성_시 ‑ 부모와 형제가 모두 null 이 아니면 계층 업데이트 메서드를 호출하여 계층구조를 설정한다
com.mallang.post.domain.PostCategoryTest$생성_시 ‑ 이미 다른 카테고리가 존재하는 상황에서 부모와 형제가 모두 null 이면 예외
com.mallang.post.domain.PostCategoryTest$생성_시 ‑ 최초의 루트 카테고리 생성
…

@shin-mallang shin-mallang merged commit 2fd131a into main Dec 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🐞 bug] 잘못된 카테고리 생성 요청에 대한 예외 처리
1 participant