Austin Muts

Austin Muts

  • 1k
  • 343
  • 127.6k

Unit Testing .Net Core 8 Web API using XUnit and Moq

Apr 22 2024 4:10 PM

I have an asyncronous  Web api .net core 8 project that uses interfaces. What is the best way to use unit testing (XUnit and Moq) to test it? Examples welcome.


Answers (2)