https://github.com/ahmed7am1d/unittestingcourse
Unit testing course provided by Teddy Smith. Using .NET 7 and XUnit with FluentAssertion, FakeItEasy. You can find the taking notes by me and explanation of the course on the notion link => https://aldoori.notion.site/Unit-Testing-in-C-dea1171651994c81a8ab4edf06fc66f9?pvs=4
https://github.com/ahmed7am1d/unittestingcourse
Last synced: 6 months ago
JSON representation
Unit testing course provided by Teddy Smith. Using .NET 7 and XUnit with FluentAssertion, FakeItEasy. You can find the taking notes by me and explanation of the course on the notion link => https://aldoori.notion.site/Unit-Testing-in-C-dea1171651994c81a8ab4edf06fc66f9?pvs=4
- Host: GitHub
- URL: https://github.com/ahmed7am1d/unittestingcourse
- Owner: ahmed7am1d
- Created: 2023-07-22T22:43:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T00:15:02.000Z (over 2 years ago)
- Last Synced: 2025-02-22T20:47:37.948Z (11 months ago)
- Language: CSS
- Size: 13.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit Testing Course in C#
- **Credit:** The course provided by Teddy Smith on YouTube.
- **Source:** https://www.youtube.com/playlist?list=PL82C6-O4XrHeyeJcI5xrywgpfbrqdkQd4
- **Description:** The course covers unit testing of methods, API controllers, repositories and MVC endpoints. Covers also the concept of mocking. and triple A principle.
# Course content:
The course contains 8 episodes and total time of 3 hours.
1. Unit Testing in C# 2022: 1. Intro + First Test
2. Unit Testing in C# 2022: 2. XUnit & Fluent Assertions
3. Unit Testing in C# 2022: 3. Testing Objects, IEnumerable, & Dates
4. Unit Testing in C# 2022: 4. Mocking EXPLAINED SIMPLY [FakeItEasy]
5. Unit Testing in C# 2022: 5. MVC Controllers
6. Unit Testing in C# 2022: 6. MVC Entity Framework
7. Unit Testing in C# 2022: 7. Web API Controllers
8. Unit Testing in C# 2022: 8. Web API Entity Framework
# Notes to help you:
I created and published notion notes taken from this course to help you understand more and faster while learning with Teddy and it is provided in the link => https://aldoori.notion.site/Unit-Testing-in-C-dea1171651994c81a8ab4edf06fc66f9?pvs=4