Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

xUnit.net

From Wikipedia, the free encyclopedia
Software testing framework for .NET software framework
This article is about the xUnit.net software. For all unit-testing frameworks like '_Unit', seexUnit.
xUnit.net
xUnit.net 1.9.1GUI on Windows
Original author(s)James Newkirk, Brad Wilson
Developer(s)Microsoft,Outercurve Foundation,.NET Foundation
Stable release
2.6.2[1] / November 18, 2023; 16 months ago (2023-11-18)
Repositorygithub.com/xunit/xunit/
Written inC#
Operating systemWindows,macOS,Linux
Platform.NET Framework,.NET Core,Mono
TypeUnit testing tool
LicenseApache License 2.0
Websitexunit.net

xUnit.net is afree and open-sourceunit testing tool for the.NET Framework, written by the original author ofNUnit. The software can also be used with.NET Core and[2]Mono.

It is licensed underApache License 2.0, and the source code is available onGitHub.[3] xUnit.net works withXamarin,ReSharper, CodeRush, andTestDriven.NET.[4] It is authored by James Newkirk and Brad Wilson.[5]

Example

[edit]

Example of an xUnit.nettest fixture:

usingXunit;publicclassMyTests{[Fact]publicvoidMyTest(){Assert.Equal(4,2+2);}}

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

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

See also

[edit]

References

[edit]
  1. ^"Releases · xunit/xunit".GitHub.
  2. ^"How to Test ASP.NET Core Web API".InfoQ.
  3. ^"About xUnit.net".GitHub. 4 November 2021.
  4. ^Kanjilal, Joydip (February 10, 2017)."How to work with xUnit.Net framework".InfoWorld.
  5. ^"Leaving Microsoft".Brad Wilson.

Further reading

[edit]

External links

[edit]
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
Retrieved from "https://en.wikipedia.org/w/index.php?title=XUnit.net&oldid=1215784813"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp