You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C# solution is intended to be a quick-start for unit testing katas. Basically only sets up a class to test (Game) and a unit test class (GameTests).
The testing framework chosen was NUnit 3. An NCurnch configuration file is also present.