17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Mastering C# Unit Testing With Real-world Examples
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction/1. Getting Started.mp4
8.2 MB
~Get Your Files Here !/1. Introduction/MasteringUnitTesting.sln
5.9 KB
~Get Your Files Here !/1. Introduction/README.md
311 B
~Get Your Files Here !/1. Introduction/Section2/1-Builders/1-Builders.csproj
1.1 KB
~Get Your Files Here !/1. Introduction/Section2/1-Builders/AccountController.cs
2 KB
~Get Your Files Here !/1. Introduction/Section2/1-Builders/AccountControllerTests.cs
1.4 KB
~Get Your Files Here !/1. Introduction/Section3/1-ParameterizedTests/1-ParameterizedTests.csproj
851 B
~Get Your Files Here !/1. Introduction/Section3/1-ParameterizedTests/PaymentRequestValidator.cs
1.2 KB
~Get Your Files Here !/1. Introduction/Section3/1-ParameterizedTests/PaymentRequestValidatorTests.cs
1.3 KB
~Get Your Files Here !/1. Introduction/Section3/2-SingleConcernPerTest/2-SingleConcernPerTest.csproj
781 B
~Get Your Files Here !/1. Introduction/Section3/2-SingleConcernPerTest/PaymentService.cs
1.1 KB
~Get Your Files Here !/1. Introduction/Section3/2-SingleConcernPerTest/PaymentServiceTests.cs
1.8 KB
~Get Your Files Here !/1. Introduction/Section3/3-ObjectMothers/3-ObjectMothers.csproj
781 B
~Get Your Files Here !/1. Introduction/Section3/3-ObjectMothers/ImportGuestServiceTests.cs
3.4 KB
~Get Your Files Here !/1. Introduction/Section3/3-ObjectMothers/ImportGuestsService.cs
2.4 KB
~Get Your Files Here !/1. Introduction/Section4/1-FakesAndMoq/1-FakesAndMoq.csproj
875 B
~Get Your Files Here !/1. Introduction/Section4/1-FakesAndMoq/OrderServiceTests.cs
1.7 KB
~Get Your Files Here !/1. Introduction/Section4/1-FakesAndMoq/PayoutService.cs
4.5 KB
~Get Your Files Here !/1. Introduction/Section4/1-FakesAndMoq/PayoutServiceTests.cs
2.1 KB
~Get Your Files Here !/1. Introduction/Section4/1-FakesAndMoq/TypeBuilder.cs
1.6 KB
~Get Your Files Here !/1. Introduction/Section4/1-FakesAndMoq/TypeBuilderExtensions.cs
1.2 KB
~Get Your Files Here !/1. Introduction/Section4/2-SimpleValues/2-SimpleValues.csproj
781 B
~Get Your Files Here !/1. Introduction/Section4/2-SimpleValues/DictionaryExtensions.cs
543 B
~Get Your Files Here !/1. Introduction/Section4/2-SimpleValues/DictionaryTests.cs
2 KB
~Get Your Files Here !/1. Introduction/Section5/1-PublicBehavior/1-PublicBehavior.csproj
781 B
~Get Your Files Here !/1. Introduction/Section5/1-PublicBehavior/Diff.png
5.1 KB
~Get Your Files Here !/1. Introduction/Section5/1-PublicBehavior/SendEmailCommandHandler.cs
1.9 KB
~Get Your Files Here !/1. Introduction/Section5/1-PublicBehavior/SendEmailCommandHandlerTests.cs
1.6 KB
~Get Your Files Here !/1. Introduction/Section5/2-HiddenAssumptions/2-HiddenAssumptions.csproj
781 B
~Get Your Files Here !/1. Introduction/Section5/2-HiddenAssumptions/UpdateStatusCommandHandler.cs
4.1 KB
~Get Your Files Here !/1. Introduction/Section5/2-HiddenAssumptions/UpdateStatusCommandHandlerTests.cs
3.6 KB
~Get Your Files Here !/2. On Builders/1. Use Builder Methods.mp4
20.5 MB
~Get Your Files Here !/2. On Builders/2. Test IOptions Interface.mp4
10.5 MB
~Get Your Files Here !/2. On Builders/3. Make Test Values Obvious.mp4
11.6 MB
~Get Your Files Here !/3. On Testing With Multiple Values/1. Use Parameterized Tests.mp4
16.4 MB
~Get Your Files Here !/3. On Testing With Multiple Values/2. Use FluentValidation Helpers.mp4
6.3 MB
~Get Your Files Here !/3. On Testing With Multiple Values/3. Use Parameterized Tests Instead of Loops.mp4
4.8 MB
~Get Your Files Here !/3. On Testing With Multiple Values/4. Test a Single Concern Per Test.mp4
34.4 MB
~Get Your Files Here !/3. On Testing With Multiple Values/5. Test Exception Messages.mp4
10.9 MB
~Get Your Files Here !/3. On Testing With Multiple Values/6. Use Object Mothers.mp4
24.7 MB
~Get Your Files Here !/3. On Testing With Multiple Values/7. Exercise Refactor a Test That Uploads Guests.mp4
15 MB
~Get Your Files Here !/4. On Mocks and Simplicity/1. Use Fakes in Unit Testing.html
5.9 KB
~Get Your Files Here !/4. On Mocks and Simplicity/2. Create Fakes With Moq.html
2.8 KB
~Get Your Files Here !/4. On Mocks and Simplicity/3. Visually Structure Tests.mp4
21.3 MB
~Get Your Files Here !/4. On Mocks and Simplicity/4. Use TypeBuilder.mp4
21.2 MB
~Get Your Files Here !/4. On Mocks and Simplicity/5. Avoid Overspecification.mp4
16.5 MB
~Get Your Files Here !/4. On Mocks and Simplicity/6. Use Simple Test Values.mp4
18.9 MB
~Get Your Files Here !/4. On Mocks and Simplicity/7. Exercise Refactor a Test That Merges Dictionaries.mp4
37 MB
~Get Your Files Here !/5. On Public Behavior and Hiden Assumptions/1. Test Public Behavior.mp4
37.5 MB
~Get Your Files Here !/5. On Public Behavior and Hiden Assumptions/2. Create a Custom Verify Method.mp4
29.4 MB
~Get Your Files Here !/5. On Public Behavior and Hiden Assumptions/3. Exercise Refactor a Test That Stores an Email With Duplicated Addresses.mp4
28.3 MB
~Get Your Files Here !/5. On Public Behavior and Hiden Assumptions/4. Avoid Hidden Assumptions.mp4
76.4 MB
~Get Your Files Here !/5. On Public Behavior and Hiden Assumptions/5. Exercise Refactor a Test That Updates an Email Status.mp4
37 MB
~Get Your Files Here !/6. Conclusion/1. Wrap-up.mp4
4.8 MB
~Get Your Files Here !/6. Conclusion/1.1 MasteringCSharpUnitTesting-BestPracticesChecklist.pdf