로딩
요청 처리 중입니다...

개별 테스트는 통과하는데 빌드가 깨진다? Mockito any() 오남용

 개별 테스트는 통과하는데 빌드가 깨진다? Mockito any() 오남용

개별 테스트 시 모두 통과했는데, 전체 테스트 빌드를 돌리면 특정 테스트가 실패했습니다. 스택트레이스는 통과했던 개별 테스트들을 가리키고 있었습니다.

[ERROR] QuotationTest.견적항목_일괄_제거_시_마감된_견적서면_에러를_반환한다 Expecting actual throwable to be an instance of: BusinessException but was: org.mockito.exceptions.misusing.InvalidUseOfMatchersException: Misplaced or misused argument matcher detected here: -> at PurchaseOrderTest.lambda$발주항목_추가_시_마감된_발주서는_에러를_반환한다(PurchaseOrderTest.java:177) -> at PurchaseOrderTest.lambda$발주항목_제거_시_마감된_발주서는_에러를_반환한다(PurchaseOrderTest.java:21...