Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
3 answers
7k views

How can I test a method call inside an asynchronous operation in unit testing

I have a method that first performs a series of actions, after which it starts an asynchronous task. I want to test this method, but I don’t understand how I can verify that the asynchronous operation ...
Silird's user avatar
  • 186