All Questions
1 question
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 ...