All Projects → nunit → Nunit

nunit / Nunit

Licence: mit
NUnit 3 Framework

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Nunit

Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-99.34%)
Mutual labels:  hacktoberfest, tdd, test-driven-development
Bandit
Human-friendly unit testing for C++11
Stars: ✭ 240 (-88.74%)
Mutual labels:  tdd, test-framework, test-driven-development
Nimoy
A testing and specification framework for Python 3
Stars: ✭ 76 (-96.43%)
Mutual labels:  hacktoberfest, tdd, test-framework
PixelTest
Fast, modern, simple iOS snapshot testing written purely in Swift.
Stars: ✭ 56 (-97.37%)
Mutual labels:  tdd, test-framework, test-driven-development
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (-26.33%)
Mutual labels:  hacktoberfest, tdd, test-driven-development
Nunit Console
NUnit Console runner and test engine
Stars: ✭ 168 (-92.12%)
Mutual labels:  hacktoberfest, tdd, nunit
Lightbdd
BDD framework allowing to create easy to read and maintain tests.
Stars: ✭ 195 (-90.85%)
Mutual labels:  tdd, test-framework, nunit
bdd-for-c
A simple BDD library for the C language
Stars: ✭ 90 (-95.78%)
Mutual labels:  tdd, test-framework, test-driven-development
List Of Testing Tools And Frameworks For .net
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Stars: ✭ 303 (-85.78%)
Mutual labels:  tdd, test-driven-development, nunit
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+813.09%)
Mutual labels:  hacktoberfest, tdd, test-framework
Bash unit
bash unit testing enterprise edition framework for professionals
Stars: ✭ 419 (-80.34%)
Mutual labels:  tdd, test-framework, test-driven-development
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: ✭ 900 (-57.77%)
Mutual labels:  tdd, test-driven-development
Pact Js
JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
Stars: ✭ 936 (-56.08%)
Mutual labels:  hacktoberfest, test-framework
Quixote
CSS unit and integration testing
Stars: ✭ 788 (-63.02%)
Mutual labels:  tdd, test-driven-development
Moka
A Go mocking framework.
Stars: ✭ 53 (-97.51%)
Mutual labels:  tdd, test-driven-development
Sinon
Test spies, stubs and mocks for JavaScript.
Stars: ✭ 8,828 (+314.27%)
Mutual labels:  tdd, test-driven-development
Dompet
A personal bookkeeping web application, built with Laravel 5.
Stars: ✭ 87 (-95.92%)
Mutual labels:  hacktoberfest, tdd
Ddd Tdd Rich Domain Model Dojo Kata
DDD patterns implemented following TDD
Stars: ✭ 91 (-95.73%)
Mutual labels:  tdd, test-driven-development
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+153.07%)
Mutual labels:  tdd, test-driven-development
Node Mongodb Fixtures
🍏 Setup and tear down test fixtures with MongoDB.
Stars: ✭ 83 (-96.11%)
Mutual labels:  hacktoberfest, test-driven-development

NUnit 3 Framework

AppVeyor Build status Azure Pipelines Build Status NuGet Version and Downloads count

Follow NUnit Slack nunit-discuss Google Groups NUnit issues marked with "help wanted" label NUnit issues marked with "good first issue" label

NUnit is a unit-testing framework for all .NET languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms.

Table of Contents

Downloads

The latest stable release of the NUnit Framework is available on NuGet or can be downloaded from GitHub. Pre-release builds are available on MyGet.

Documentation

Documentation for all NUnit projects are hosted on GitHub at https://github.com/nunit/docs/wiki.

Contributing

For more information on contributing to the NUnit project, please see CONTRIBUTING.md and the Developer Docs.

NUnit 3.0 was created by Charlie Poole, Rob Prouse, Simone Busoli, Neil Colvin and numerous community contributors. A complete list of contributors since NUnit migrated to GitHub can be found on GitHub.

Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip A. Craig.

License

NUnit is Open Source software and NUnit 3 is released under the MIT license. Earlier releases used the NUnit license. Both of these licenses allow the use of NUnit in free and commercial applications and libraries without restrictions.

NUnit Projects

NUnit is made up of several projects. When reporting issues, please try to report issues in the correct project.

Core Projects

  • NUnit Test Framework - The test framework used to write NUnit tests (this repository)
  • NUnit Console and Engine - Runs unit tests from the command line and provides the engine that is used by other test runners to run NUnit tests

Visual Studio Extensions

Other Projects

NUnit Engine Extensions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].