Skip to content

Commit

Permalink
Update Kotlin-Coroutine-Spring-WebFluxTest.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HomoEfficio authored May 12, 2021
1 parent e8a575b commit c450515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kotlin-Coroutine-Spring-WebFluxTest.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ java.lang.NullPointerException: any() must not be null

게다가 테스트도 통과한다!

한 걸음 더 나아가서 너무 불특정한 `any()` 대신에 `argThat()`을 응용해서 `argMatching()`을 만들 수 있다: https://github.com/HomoEfficio/dev-tips/blob/master/Kotlin-Mockito-ArgumentMatcher.md#해결


## mockito-kotlin

Expand Down

0 comments on commit c450515

Please sign in to comment.