How to wait async tasks in java mockmvc tests?
We have a system that we send notification asynchronously to users under certain conditions. We also keep the notifications in a DB repository.
We have a system that we send notification asynchronously to users under certain conditions. We also keep the notifications in a DB repository.