Skip to content

NUnit is a unit-testing framework for all .Net languages. And the purpose of this tutorial is to try to learn the basics of NUnit through a mini project.

Notifications You must be signed in to change notification settings

Cenny26/UnitTest-JobApplication

Repository files navigation

NUnit 4 Framework

NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.

The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.

About

NUnit is a unit-testing framework for all .Net languages. And the purpose of this tutorial is to try to learn the basics of NUnit through a mini project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages