Unit Testing ASP.NET async api service
Okay. I am trying to make a unit test for my Customer Service. I tried starting with the Read operation which looks like this in my service:
I tried using this as a guide: https://learn.microsoft.com/en-us/ef/ef6/fundamentals/testing/mocking#testing-query-scenarios
I tried using this as a guide: https://learn.microsoft.com/en-us/ef/ef6/fundamentals/testing/mocking#testing-query-scenarios



