Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
NUnit
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Features == * Tests can be run from a console runner, within Visual Studio through a Test Adapter,<ref>{{cite web|title=NUnit 3 Test Adapter|url=https://visualstudiogallery.msdn.microsoft.com/0da0f6bd-9bb6-4ae3-87a8-537788622f2d}}</ref> or through 3rd party runners. * Tests can be run in parallel.<ref>{{cite web|title=Parallelizable Attribute|website=[[GitHub]] |url=https://github.com/nunit/nunit/wiki/Parallelizable-Attribute}}</ref> * Strong support for data driven tests.<ref>{{cite web|title=TestCaseData|website=[[GitHub]] |url=https://github.com/nunit/nunit/wiki/TestCaseData}}</ref> * Supports multiple platforms including [[.NET Core]],<ref>{{cite web|last1=Prouse|first1=Rob|title=Testing .NET Core using NUnit 3|url=http://www.alteridem.net/2015/11/04/testing-net-core-using-nunit-3/|date=2015-11-04}}</ref> [[Xamarin|Xamarin Mobile]],<ref>{{cite web|last1=Prouse|first1=Rob|title=NUnit 3.0 Test Runner for Android and iOS|url=http://www.alteridem.net/2015/03/25/nunit-3-0-test-runner-for-android-and-ios/|date=2015-03-25}}</ref> [[.NET Compact Framework|Compact Framework]]<ref>{{cite web|title=NUnit Version 3 for Compact Framework|url=https://www.nuget.org/packages/NUnitCF/}}</ref> and [[Microsoft Silverlight|Silverlight]].<ref>{{cite web|title=NUnit Version 3 for SilverLight 5.0|url=https://www.nuget.org/packages/NUnit.SL50/}}</ref> * Every test case can be added to one or more categories, to allow for selective running.<ref>{{cite web|url=https://github.com/nunit/nunit/wiki/Category-Attribute|title=CategoryAttribute|website=[[GitHub]] |accessdate=2015-12-15}}</ref> NUnit provides a console runner (nunit3-console.exe), which is used for batch execution of tests. The console runner works through the NUnit Test Engine, which provides it with the ability to load, explore and execute tests. When tests are to be run in a separate process, the engine makes use of the nunit-agent program to run them.{{citation needed|date=January 2017}} The NUnitLite runner may be used in situations where a simpler runner is more suitable. It allows developers to create self-executing tests.{{citation needed|date=January 2017}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)