资源详情

返回首页 | 相关搜索
C# 10 Unit Testing
大小 417.23 MB
文件数 83
Info Hash: CE29508246EC35FB8039726D5E1AD5E06431794F
收录时间 2025-12-30 10:18:48
更新时间 2025-12-30 13:23:30
文件列表 (83)
1. Course Overview/1. Course Overview.mp4
3.54 MB
1. Course Overview/1. Course Overview.srt
1.86 KB
2. Writing Your First Unit Test/1. Introduction.mp4
3.36 MB
2. Writing Your First Unit Test/1. Introduction.srt
2.49 KB
2. Writing Your First Unit Test/2. What Is Unit Testing-.mp4
6.81 MB
2. Writing Your First Unit Test/2. What Is Unit Testing-.srt
5.5 KB
2. Writing Your First Unit Test/3. What You Will Learn in This Course.mp4
1.97 MB
2. Writing Your First Unit Test/3. What You Will Learn in This Course.srt
1.83 KB
2. Writing Your First Unit Test/4. Explore the Starter Project.mp4
21.89 MB
2. Writing Your First Unit Test/4. Explore the Starter Project.srt
8.79 KB
2. Writing Your First Unit Test/5. Add a Test Project.mp4
10.28 MB
2. Writing Your First Unit Test/5. Add a Test Project.srt
4.8 KB
2. Writing Your First Unit Test/6. Write Your First Unit Test.mp4
22.18 MB
2. Writing Your First Unit Test/6. Write Your First Unit Test.srt
7.85 KB
2. Writing Your First Unit Test/7. Run and Debug the Unit Test.mp4
13.42 MB
2. Writing Your First Unit Test/7. Run and Debug the Unit Test.srt
4.99 KB
2. Writing Your First Unit Test/8. Summary.mp4
1.62 MB
2. Writing Your First Unit Test/8. Summary.srt
1.15 KB
3. Implementing Different Unit Tests/1. Introduction.mp4
1.92 MB
3. Implementing Different Unit Tests/1. Introduction.srt
1.18 KB
3. Implementing Different Unit Tests/2. Understand the Parts of a Unit Test.mp4
13.15 MB
3. Implementing Different Unit Tests/2. Understand the Parts of a Unit Test.srt
5.06 KB
3. Implementing Different Unit Tests/3. Write Another Test to Skip Empty Lines.mp4
12.8 MB
3. Implementing Different Unit Tests/3. Write Another Test to Skip Empty Lines.srt
4.47 KB
3. Implementing Different Unit Tests/4. Test for an Exception.mp4
10.77 MB
3. Implementing Different Unit Tests/4. Test for an Exception.srt
4.03 KB
3. Implementing Different Unit Tests/5. Assert the Exception Message.mp4
10.16 MB
3. Implementing Different Unit Tests/5. Assert the Exception Message.srt
3.9 KB
3. Implementing Different Unit Tests/6. Test for Another Exception.mp4
9.62 MB
3. Implementing Different Unit Tests/6. Test for Another Exception.srt
3.58 KB
3. Implementing Different Unit Tests/7. Implement a Data-driven Test.mp4
13.37 MB
3. Implementing Different Unit Tests/7. Implement a Data-driven Test.srt
4.65 KB
3. Implementing Different Unit Tests/8. Summary.mp4
2.55 MB
3. Implementing Different Unit Tests/8. Summary.srt
1.73 KB
4. Writing Testable Code/01. Introduction.mp4
1.64 MB
4. Writing Testable Code/01. Introduction.srt
1.09 KB
4. Writing Testable Code/02. Test the MachineDataProcessor.mp4
19.34 MB
4. Writing Testable Code/02. Test the MachineDataProcessor.srt
7.49 KB
4. Writing Testable Code/03. Know How to Decouple Dependencies.mp4
5.68 MB
4. Writing Testable Code/03. Know How to Decouple Dependencies.srt
4.17 KB
4. Writing Testable Code/04. Create an ICoffeeCountStore Interface.mp4
20.67 MB
4. Writing Testable Code/04. Create an ICoffeeCountStore Interface.srt
7.73 KB
4. Writing Testable Code/05. Implement the Test.mp4
17.35 MB
4. Writing Testable Code/05. Implement the Test.srt
6.34 KB
4. Writing Testable Code/06. Write Another Test.mp4
12.99 MB
4. Writing Testable Code/06. Write Another Test.srt
4.51 KB
4. Writing Testable Code/07. Run Code before Every Test.mp4
12.48 MB
4. Writing Testable Code/07. Run Code before Every Test.srt
3.84 KB
4. Writing Testable Code/08. Run Code after Every Test.mp4
7.53 MB
4. Writing Testable Code/08. Run Code after Every Test.srt
2.89 KB
4. Writing Testable Code/09. Test the ConsoleCoffeeCountStore.mp4
8.47 MB
4. Writing Testable Code/09. Test the ConsoleCoffeeCountStore.srt
3.31 KB
4. Writing Testable Code/10. Make the Class Testable.mp4
19.67 MB
4. Writing Testable Code/10. Make the Class Testable.srt
7.33 KB
4. Writing Testable Code/11. Summary.mp4
1.87 MB
4. Writing Testable Code/11. Summary.srt
1.08 KB
5. Applying Test Driven Development/1. Introduction.mp4
1.61 MB
5. Applying Test Driven Development/1. Introduction.srt
1.03 KB
5. Applying Test Driven Development/2. What Is Test Driven Development (TDD)-.mp4
6.71 MB
5. Applying Test Driven Development/2. What Is Test Driven Development (TDD)-.srt
5.77 KB
5. Applying Test Driven Development/3. Understand the Requirement.mp4
5.88 MB
5. Applying Test Driven Development/3. Understand the Requirement.srt
2.75 KB
5. Applying Test Driven Development/4. Write a Unit Test.mp4
11.95 MB
5. Applying Test Driven Development/4. Write a Unit Test.srt
4.5 KB
5. Applying Test Driven Development/5. Implement the Requirement.mp4
25.91 MB
5. Applying Test Driven Development/5. Implement the Requirement.srt
9.8 KB
5. Applying Test Driven Development/6. Refactor the Code.mp4
8.51 MB
5. Applying Test Driven Development/6. Refactor the Code.srt
3.43 KB
5. Applying Test Driven Development/7. Summary.mp4
1.78 MB
5. Applying Test Driven Development/7. Summary.srt
1.27 KB
6. Running Unit Tests Automatically/1. Introduction.mp4
1.7 MB
6. Running Unit Tests Automatically/1. Introduction.srt
1.07 KB
6. Running Unit Tests Automatically/2. Run Tests with the .NET CLI.mp4
5.23 MB
6. Running Unit Tests Automatically/2. Run Tests with the .NET CLI.srt
2.75 KB
6. Running Unit Tests Automatically/3. Push the Code to a Repository on GitHub.mp4
7.8 MB
6. Running Unit Tests Automatically/3. Push the Code to a Repository on GitHub.srt
3.69 KB
6. Running Unit Tests Automatically/4. Run Tests Automatically with a GitHub Action.mp4
12.44 MB
6. Running Unit Tests Automatically/4. Run Tests Automatically with a GitHub Action.srt
5.95 KB
6. Running Unit Tests Automatically/5. Trigger the Tests with Another Commit.mp4
15.85 MB
6. Running Unit Tests Automatically/5. Trigger the Tests with Another Commit.srt
6.39 KB
6. Running Unit Tests Automatically/6. Summary.mp4
2.84 MB
6. Running Unit Tests Automatically/6. Summary.srt
2.15 KB
c-sharp-10-unit-testing.zip
21.75 MB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。