Mastering C# Unit Testing with Real-world Examples
https://DevCourseWeb.com
Published 4/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 1h 3m | Size: 492 MB
Learn C# unit testing best practices by refactoring real-world examples.
What you'll learn
Use builder methods to simplify your tests
Write tests for multiple test values to make your tests more maintainable
Choose good names to express the intent of your tests
Use simple test values to make your tests easier to follow
Write domain-specific assertion methods to have more readable tests
Requirements
Basic knowledge of writing unit tests with a testing framework like MSTest
Understading of mocks and mocking libraries like Moq
Familiarity with the Arrange/Act/Assert pattern