Harman Patil (Editor)

XUnit.net

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
C#

Type
  
Unit testing tool

Operating system
  
Microsoft .NET

License
  
Apache License 2.0

Developer(s)
  
James Newkirk and Brad Wilson

Stable release
  
2.1 / September 27, 2015; 17 months ago (2015-09-27)

xUnit.net is an open source unit testing tool for the .NET framework, written by the original author of NUnit.

Example

Example of an xUnit.net test fixture:

After you compile the test, run it in your console:

C:\MyTests\bin\Debug> xunit.console MyTestLibrary.dll xUnit.net console test runner (64-bit .NET 2.0.50727.0) Copyright (C) 2007-11 Microsoft Corporation. xunit.dll: Version 1.9.1.0 Test assembly: C:\MyTests\bin\Debug\MyTestLibrary.dll 1 total, 0 failed, 0 skipped, took 0.302 seconds

References

XUnit.net Wikipedia