Skip to content

robrich/net-testing-xunit-moq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Testing Best Practices

.NET Testing Best Practices

This is the code that supports the live demo of writing unit tests in C# and .NET using xUnit.

Along the way, we'll pull in these dependencies:

About this code

At the beginning of the talk we start with the start folder.

At the end of the talk we'll finish with the done folder.

Running the tests

cd done
dotnet restore
dotnet build
dotnet test

License

License: MIT

About

.NET Testing Best Practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages