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

  • 3 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 first video where I'm showing how I'm testing a login feature using xUnit ~ Moq. In this video I'm just showing how to login process is working.