Skip to content

C# .NET Core + xUnit - Simple way to show the power of Unit Tests by using well-known algorithms as examples.

Notifications You must be signed in to change notification settings

nicoguedes/Algorithms-with-Unit-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms-with-Unit-Tests

C# .NET Core + xUnit - Simple way to show the power of Unit Tests by using well-known algorithms as examples.

TDD - Test Driven Development

All the solutions were done following the TDD approach. First, I wrote the Unit Tests and just a stub Method. Initially the tests failed. Once you do that, it's time to work on the actual solutions aiming a successful test run.

AlgorithmCollection

Console Application with some algorithm solutions.

XUnitTests

Unit Tests for the Solutions.

About

C# .NET Core + xUnit - Simple way to show the power of Unit Tests by using well-known algorithms as examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages