xUnit ~ Moq: Test login in ASP.NET Core Part III

  • 2 days ago
xUnit is a testing framework which can use used for unit testing C#, F#, VB.NET and other .NET languages. Moq is a mocking library that allows to create mock objects that simulate the behavior of interfaces or classes in unit tests.

This is the third video where I'm showing how I'm testing a login feature using xUnit ~ Moq. In this video I'm showing the final testing code and how it is working.