xUnit
Перейти к файлу
Brad Wilson ddd38e486e Buckets of XML doc comments, plus made TestXxxRunner classes consistent. 2014-04-28 19:50:06 -07:00
help Update copyrights to 2014. 2014-01-18 11:59:24 -08:00
samples Update samples to beta build 2616. 2014-03-22 16:47:45 -07:00
src Buckets of XML doc comments, plus made TestXxxRunner classes consistent. 2014-04-28 19:50:06 -07:00
test Extensibility point overhaul: XunitTestFramework, XunitTestFrameworkDiscoverer, XunitTestFrameworkExecutor. 2014-04-26 18:46:31 -07:00
tools Disable all test parallelization in TeamCity build (for more accurate test timing). 2014-02-16 16:04:32 -08:00
.gitattributes xUnit.net 1.9 2012-04-10 09:10:34 -07:00
.gitignore Split xunit2.dll into xunit.core.dll (PCL) and xunit.execution.dll (Net45). 2014-03-08 11:21:59 -08:00
README.md Updated README.md. 2014-02-17 08:23:25 -08:00
build.ps1 #9726: MSBuild runner output should reference source file, not project file 2014-03-15 15:40:09 -07:00
license.txt Update copyrights to 2014. 2014-01-18 11:59:24 -08:00
nuget.config added nuget config to include additional package source 2014-04-12 10:06:50 -07:00
xunit.msbuild Add ZipArtifacts build target. 2014-04-28 16:39:42 -07:00
xunit.sln Move xunit.abstractions over to the new shared project system. 2014-04-25 17:31:41 -07:00

README.md

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. 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.

Continuous integration builds are available online via TeamCity.

For status updates, follow us on Twitter: @xunit, @jamesnewkirk, @bradwilson

For information on contributing to xUnit.net, see xUnit.net Governance.

Resharper support is provided by the xUnit.net Contrib project.
CodeRush Test Runner support is provided by DevExpress.
The xUnit.net logo was designed by Nathan Young.
The TeamCity server is sponsored by Tier 3.

Frequently Asked Questions

How Do I...?