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
- Host: GitHub
- URL: https://github.com/staivanov/unit-testing
- Owner: staivanov
- Created: 2024-09-01T19:13:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T11:40:09.000Z (about 1 year ago)
- Last Synced: 2025-03-24T12:21:37.760Z (7 months ago)
- Topics: csharp, dotnet, dotnet-core, moq, nunit, unit-testing
- Language: C#
- Homepage:
- Size: 64.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.