2
Answers

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

Photo of Austin Muts

Austin Muts

1y
499
1

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)