An open API service indexing awesome lists of open source software.

https://github.com/staivanov/unit-testing

Unit testing C# code with NUnit and Moq
https://github.com/staivanov/unit-testing

csharp dotnet dotnet-core moq nunit unit-testing

Last synced: 6 months ago
JSON representation

Unit testing C# code with NUnit and Moq

Awesome Lists containing this project

README

          

## Unit Testing with NUnit and Moq
## Description
This project containts two main folders: TestNinja and TestNinja.UnitTests. Contents of one folder mimic the content of the another.
Code here is based on the Udemy coure "Unit Testing for C# Developers".
## Table of content
| Name | Type |
| --- | --- |
|FizzBuzz | Exercsise|
| DemeritPointsCalculator | Exercsies |
| Stack | Exercsise |
| VideoService | Exercsise |
| InstallerHelper | Exercsise |
| EmployeeHelper | Exercsise |
| EmployeeController | Exercsise |
| ------ | ------ |
| VideoService | Moq |
| BookingHelper | Moq |
| | |

## How to Use the Project
Clone or download this repo. Open *.sln file with a compatible IDE.