Skip to content

Blackan06/equationsolvingusingnunit

Repository files navigation

Welcome to EquationSolvingUsingNUnit

You will find in this repo the following stuff:

  • The NUnit Installation Guide
  • The NUnit Test Project Creation
  • Unit Testing for Solving Equations
  • ...

NUnit Installation Guide (Visual Studio - NuGet Package Manager)

Step 1: In Visual Studio, from Tools menu -> NuGet Package Manager -> Manage NuGet packages for solution...

Install NUnit Step 1

Step 2: Open the Browser tab, and Scroll or use search to locate the NUnit and NUnit.Console packages.

Install NUnit Step 2

Step 3: Tick the projects that you want to install NUnit and click Install

Install NUnit Step 3

NUnit Installation Guide (Visual Studio - Package Manager Console)

Step 1: In Visual Studio, from Tools menu -> NuGet Package Manager -> Package Manager Console

Install NUnit Step 1

Step 2: In the Package Manager Console -> Type "Install-Package NUnit"

Install NUnit Step 2

Step 3: After installing NUnit -> Type "Install-Package NUnit3TestAdapter"

Install NUnit Step 3

Step 4: Check if the 2 packages have been installed -> Type "Get-Package"

Install NUnit Step 4

NUnit Installation Guide (Project Console)

Step 1: Open cmd and direct to the project

Install NUnit Step 1

Step 2: Type "dotnet add package NUnit"

Install NUnit Step 2

Step 3: After installing NUnit -> Type "dotnet add package NUnit3TestAdapter"

Install NUnit Step 3

NUnit Test Project Creation

Step 1: Select Add -> New Project

Create Test Project Step 1

Step 2: Search for NUnit Test Project -> Next

Create Test Project Step 2

Step 3: Name the Test Project (usually with "Test" suffix) -> Next

Create Test Project Step 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages