Unit Tests |ASP .NET Core 3.1| Home Controller Unit Tests| Part 3|





Unit Tests |ASP .NET Core 3.1| Home Controller Unit Tests | Part 3|
Welcome back, everyone! Today I am going to show you part 3 of how to carry out unit tests in ASP.NET Core 3.1 for controller logic! If you enjoy this video, feel free to subscribe! Make sure to SMASH that like button below as well! Stick around for some awesome content!
Topics Covered
Understand the Sample Project unit tests on Home Controller action GET and POST action methods
Unit test naming best practice
Debugging a unit test
Mocking objects and running tests using the Xunit test framework
#aspnetcoreunittest
#mockobjects
#xunitframework
#debuggingunittests

Comments

Popular posts from this blog

How to Fix "JsonReaderException: '}' is invalid after a single JSON valu...

ASP NET Core 3 1 Build a Complete MVC ToDo List Application Part 11

A Simple ML.NET Linear Regression Machine Learning Application