Udemy - Unit Testing for C# Developers
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size841.7 MB
- Uploaded ByFclab
- Downloads130
- Last checkedMay. 05th '19
- Date uploadedMay. 04th '19
- Seeders 6
- Leechers1
Udemy - Unit Testing for C# Developers
Master unit testing C# code with NUnit and Moq: all about dependency injection, best practices, and pitfalls to avoid
For more Udemy Courses: https://freecourselab.com
Files:
[FreeCourseLab.com] Udemy - Unit Testing for C# Developers 1. Getting Started- 1. What is Automated Testing.mp4 (5.6 MB)
- 1. What is Automated Testing.vtt (3.8 KB)
- 10. Using NUnit in Visual Studio.mp4 (9.2 MB)
- 10. Using NUnit in Visual Studio.vtt (4.8 KB)
- 11. What is Test-Driven Development.mp4 (6.6 MB)
- 11. What is Test-Driven Development.vtt (4.7 KB)
- 12. Course Structure.mp4 (7.1 MB)
- 12. Course Structure.vtt (2.6 KB)
- 13. Summary.mp4 (1.3 MB)
- 13. Summary.vtt (1.0 KB)
- 14. Asking Questions.html (0.9 KB)
- 2. Benefits of Automated Testing.mp4 (10.9 MB)
- 2. Benefits of Automated Testing.vtt (3.8 KB)
- 3. Types of Tests.mp4 (18.9 MB)
- 3. Types of Tests.vtt (5.6 KB)
- 4. Test Pyramid.mp4 (5.0 MB)
- 4. Test Pyramid.vtt (4.1 KB)
- 5. The Tooling.mp4 (13.0 MB)
- 5. The Tooling.vtt (4.1 KB)
- 6. Source Code.mp4 (338.8 KB)
- 6. Source Code.vtt (0.4 KB)
- 6.1 source-code-starter (1).zip.zip (19.2 MB)
- 6.2 source-code-completed (1).zip.zip (22.0 MB)
- 7. Writing Your First Unit Test.mp4 (15.5 MB)
- 7. Writing Your First Unit Test.vtt (7.8 MB)
- 8. Testing All the Execution Tests.mp4 (11.6 MB)
- 8. Testing All the Execution Tests.vtt (6.2 KB)
- 9. Refactoring with Confidence.mp4 (4.4 MB)
- 9. Refactoring with Confidence.vtt (2.9 KB)
- 1. Introduction.mp4 (1.4 MB)
- 1. Introduction.vtt (1.2 KB)
- 10. Ignoring Tests.mp4 (2.3 MB)
- 10. Ignoring Tests.vtt (2.2 KB)
- 11. Writing Trustworthy Tests.mp4 (14.0 MB)
- 11. Writing Trustworthy Tests.vtt (8.4 KB)
- 12. Developers Who Don't Write Tests.mp4 (22.9 MB)
- 12. Developers Who Don't Write Tests.vtt (5.6 KB)
- 13. Summary.mp4 (2.6 MB)
- 13. Summary.vtt (3.6 KB)
- 2. Characteristics of Good Unit Tests.mp4 (4.0 MB)
- 2. Characteristics of Good Unit Tests.vtt (3.0 KB)
- 3. What to Test and What Not to Test.mp4 (8.6 MB)
- 3. What to Test and What Not to Test.vtt (4.3 KB)
- 4. Naming and Organizing Tests.mp4 (6.9 MB)
- 4. Naming and Organizing Tests.vtt (3.6 KB)
- 5. Introducing Rider.mp4 (3.7 MB)
- 5. Introducing Rider.vtt (2.7 KB)
- 6. Writing a Simple Unit Test.mp4 (5.8 MB)
- 6. Writing a Simple Unit Test.vtt (5.0 KB)
- 7. Black-box Testing.mp4 (11.5 MB)
- 7. Black-box Testing.vtt (6.0 KB)
- 8. Set Up and Tear Down.mp4 (6.0 MB)
- 8. Set Up and Tear Down.vtt (4.6 KB)
- 9. Parameterized Tests.mp4 (8.6 MB)
- 9. Parameterized Tests.vtt (4.4 KB)
- 1. Introduction.mp4 (763.0 KB)
- 1. Introduction.vtt (0.8 KB)
- 10. Testing in the Real-world.mp4 (15.9 MB)
- 10. Testing in the Real-world.vtt (3.7 KB)
- 11. Summary.mp4 (1.5 MB)
- 11. Summary.vtt (1.1 KB)
- 2. Testing Strings.mp4 (9.8 MB)
- 2. Testing Strings.vtt (7.3 KB)
- 3. Testing Arrays and Collections.mp4 (9.9 MB)
- 3. Testing Arrays and Collections.vtt (7.8 KB)
- 4. Testing the Return Type of Methods.mp4 (6.1 MB)
- 4. Testing the Return Type of Methods.vtt (4.9 KB)
- 5. Testing Void Methods.mp4 (7.3 MB)
- 5. Testing Void Methods.vtt (6.0 KB)
- 6. Testing Methods that Throw Exceptions.mp4 (6.9 MB)
- 6. Testing Methods that Throw Exceptions.vtt (5.1 KB)
- 7. Testing Methods that Raise an Event.mp4 (7.4 MB)
- 7. Testing Methods that Raise an Event.vtt (5.4 KB)
- 8. Testing Private Methods.mp4 (15.8 MB)
- 8. Testing Private Methods.vtt (13.0 KB)
- 9. Code Coverage.mp4 (7.0 MB)
- 9. Code Coverage.vtt (3.6 KB)
- 1. 19- Exercise- FizzBuzz.mp4 (2.0 MB)
- 1. 19- Exercise- FizzBuzz.vtt (1.8 KB)
- 2. 20- Solution- FizzBuzz.mp4 (9.4 MB)
- 2. 20- Solution- FizzBuzz.vtt (7.5 KB)
- 3. Exercise- DemeritPointsCalculator.mp4 (1.5 MB)
- 3. Exercise- DemeritPointsCalculator.vtt (1.2 KB)
- 4. Solution- DemeritPointsCalculator.mp4 (26.5 MB)
- 4. Solution- DemeritPointsCalculator.vtt (11.6 KB)
- 5. Exercise- Stack.mp4 (1.4 MB)
- 5. Exercise- Stack.vtt (1.1 KB)
- 6. Solution- Stack.mp4 (26.7 MB)
- 6. Solution- Stack.vtt (17.8 KB)
- 1. Introduction.mp4 (6.2 MB)
- 1. Introduction.vtt (3.3 KB)
- 10. State-based vs. Interaction Testing.mp4 (3.6 MB)
- 10. State-based vs. Interaction Testing.vtt (2.7 KB)
- 11. Testing the Interaction Between Two Objects.mp4 (6.9 MB)
- 11. Testing the Interaction Between Two Objects.vtt (4.3 KB)
- 12. Fake as Little As Possible.mp4 (6.9 MB)
- 12. Fake as Little As Possible.vtt (4.5 KB)
- 13. An Example of a Mock Abuse.mp4 (7.5 MB)
- 13. An Example of a Mock Abuse.vtt (5.9 KB)
- 14. Who Should Write Tests.mp4 (9.0 MB)
- 14. Who Should Write Tests.vtt (2.9 KB)
- 2. Loosely-coupled and Testable Code.mp4 (8.5 MB)
- 2. Loosely-coupled and Testable Code.vtt (5.1 KB)
- 3. Refactoring Towards a Loosely-coupled Design.mp4 (14.5 MB)
- 3. Refactoring Towards a Loosely-coupled Design.vtt (13.2 KB)
- 4. Dependency Injection via Method Parameters.mp4 (8.4 MB)
- 4. Dependency Injection via Method Parameters.vtt (6.6 KB)
- 5. Dependency Injection via Properties.mp4 (4.7 MB)
- 5. Dependency Injection via Properties.vtt (3.7 KB)
- 6. Dependency Injection via Constructor.mp4 (10.6 MB)
- 6. Dependency Injection via Constructor.vtt (10.6 MB)
- 7. De
Code:
- http://0d.kebhana.mx:443/announce
- udp://tw.opentracker.ga:36920/announce
- udp://temp1.opentracker.gq:6969/announce
- udp://temp2.opentracker.gq:6969/announce
- udp://tracker.torrent.eu.org:451/announce
- http://torrent.nwps.ws:80/announce
- udp://explodie.org:6969/announce
- https://opentracker.xyz:443/announce
- https://t.quic.ws:443/announce
- https://tracker.fastdownload.xyz:443/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://tracker.coppersurfer.tk:6969/announce
- udp://tracker.justseed.it:1337/announce
- udp://open.demonii.si:1337/announce