Testing in ASP.NET Core with XUnit and MoQ
11/25/2016
at SoCal Code Camp
in Los Angeles, CA
ASP.NET Core has been designed from the ground up with testability in mind. XUnit is the testing framework the ASP.NET team uses to test their own code. Let’s add some tests to a sample ASP.NET Core project, and see how easy it is to strip away dependencies not necessary for the test.