About xUnit.net
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. Works with ReSharper, CodeRush, and TestDriven.NET. xUnit.net is part of the
ASP.NET Open Source Gallery under the
Outercurve Foundation. It is licensed under the
Apache 2 license, which is approved by the OSI.
For status updates, follow us on Twitter: @xunit, @jamesnewkirk, @bradwilson
On This Page...
About the ProjectFrequently Asked QuestionsHow Do I...?Links to Resources
About the Project
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. It is compatible with .NET Framework 2.0 and later, and offers several runners: console, GUI, MSBuild, and Visual Studio integration via TestDriven.net, CodeRush Test Runner and Resharper. It also offers test project integration for ASP.NET MVC.
Resharper support is provided by the xUnit.net Contrib project. CodeRush Test Runner support is provided by DevExpress.
Frequently Asked Questions
How Do I...?
Links to Resources