Community

Testing MVC Controllers in ASP.NET Core

(Marinko Spasojevic) In the previous article, we have learned how to write Unit Tests by using the xUnit and different attributes that xUnit provides for us. We have seen how to test validation rules inside a single validation class.