Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 520 Bytes

app-xunit.md

File metadata and controls

7 lines (4 loc) · 520 Bytes

Test the App project with xUnit

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin.

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

Learn more about using xUnit.