Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 485 Bytes

core-nunit.md

File metadata and controls

7 lines (4 loc) · 485 Bytes

Test Core library with nUnit

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms.

Including this feature adds a new project to the solution that is set up for hosting Unit tests of the code in the Core library.

Learn more about using NUnit.