资源详情

返回首页 | 相关搜索
Testing .NET Code with xUnit.net - Getting Started
大小 431.93 MB
文件数 127
Info Hash: 3005697D0800890580C9983C327C85BC6DCB8741
收录时间 2025-12-13 18:07:48
更新时间 2025-12-14 03:04:25
文件列表 (127)
01. Course Overview/01. Course Overview.mp4
2.84 MB
01. Course Overview/01. Course Overview.srt
2.14 KB
01. Course Overview/01. Course Overview.vtt
2.08 KB
02. Getting Started/01. Introduction.mp4
3.97 MB
02. Getting Started/01. Introduction.srt
4.33 KB
02. Getting Started/01. Introduction.vtt
4.2 KB
02. Getting Started/02. Why Write Automated Tests.mp4
2 MB
02. Getting Started/02. Why Write Automated Tests.srt
2.35 KB
02. Getting Started/02. Why Write Automated Tests.vtt
2.29 KB
02. Getting Started/03. An Overview of Different Test Types.mp4
3.4 MB
02. Getting Started/03. An Overview of Different Test Types.srt
5.39 KB
02. Getting Started/03. An Overview of Different Test Types.vtt
5.22 KB
02. Getting Started/04. Testing Behaviour vs. Private Methods.mp4
3.17 MB
02. Getting Started/04. Testing Behaviour vs. Private Methods.srt
3.79 KB
02. Getting Started/04. Testing Behaviour vs. Private Methods.vtt
3.68 KB
02. Getting Started/05. The Logical Phases of an Automated Test.mp4
1.81 MB
02. Getting Started/05. The Logical Phases of an Automated Test.srt
1.96 KB
02. Getting Started/05. The Logical Phases of an Automated Test.vtt
1.91 KB
02. Getting Started/06. Introducing xUnit.net.mp4
4.28 MB
02. Getting Started/06. Introducing xUnit.net.srt
5.34 KB
02. Getting Started/06. Introducing xUnit.net.vtt
5.18 KB
02. Getting Started/07. Creating the Test Project.mp4
10.58 MB
02. Getting Started/07. Creating the Test Project.srt
5.2 KB
02. Getting Started/07. Creating the Test Project.vtt
5.04 KB
02. Getting Started/08. Creating a .NET Framework Test Project.mp4
7.3 MB
02. Getting Started/08. Creating a .NET Framework Test Project.srt
3.79 KB
02. Getting Started/08. Creating a .NET Framework Test Project.vtt
3.68 KB
02. Getting Started/09. Starting to Create the First Test.mp4
8.76 MB
02. Getting Started/09. Starting to Create the First Test.srt
4.44 KB
02. Getting Started/09. Starting to Create the First Test.vtt
4.31 KB
02. Getting Started/10. Summary.mp4
2.38 MB
02. Getting Started/10. Summary.srt
2.59 KB
02. Getting Started/10. Summary.vtt
2.52 KB
03. Determining Passing and Failing Tests with Asserts/01. Introduction.mp4
2.19 MB
03. Determining Passing and Failing Tests with Asserts/01. Introduction.srt
2.33 KB
03. Determining Passing and Failing Tests with Asserts/01. Introduction.vtt
2.26 KB
03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.mp4
4.17 MB
03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.srt
2.97 KB
03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.vtt
2.88 KB
03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test.mp4
1.47 MB
03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test.srt
1.72 KB
03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test.vtt
1.67 KB
03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.mp4
5.09 MB
03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.srt
1.9 KB
03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.vtt
1.83 KB
03. Determining Passing and Failing Tests with Asserts/05. Making Assertions Against String Values.mp4
22.57 MB
03. Determining Passing and Failing Tests with Asserts/05. Making Assertions Against String Values.srt
8.21 KB
03. Determining Passing and Failing Tests with Asserts/05. Making Assertions Against String Values.vtt
7.91 KB
03. Determining Passing and Failing Tests with Asserts/06. Asserting on Numeric Values.mp4
18.89 MB
03. Determining Passing and Failing Tests with Asserts/06. Asserting on Numeric Values.srt
6.48 KB
03. Determining Passing and Failing Tests with Asserts/06. Asserting on Numeric Values.vtt
6.27 KB
03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.mp4
10.45 MB
03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.srt
3.94 KB
03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.vtt
3.81 KB
03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.mp4
7.81 MB
03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.srt
2.33 KB
03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.vtt
2.26 KB
03. Determining Passing and Failing Tests with Asserts/09. Asserting with Collections.mp4
25.45 MB
03. Determining Passing and Failing Tests with Asserts/09. Asserting with Collections.srt
8.01 KB
03. Determining Passing and Failing Tests with Asserts/09. Asserting with Collections.vtt
7.72 KB
03. Determining Passing and Failing Tests with Asserts/10. Making Asserts Against Object Types.mp4
21.56 MB
03. Determining Passing and Failing Tests with Asserts/10. Making Asserts Against Object Types.srt
7.13 KB
03. Determining Passing and Failing Tests with Asserts/10. Making Asserts Against Object Types.vtt
6.89 KB
03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.mp4
6.78 MB
03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.srt
2.23 KB
03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.vtt
2.16 KB
03. Determining Passing and Failing Tests with Asserts/12. Asserting That Code Throws the Correct Exceptions.mp4
19.8 MB
03. Determining Passing and Failing Tests with Asserts/12. Asserting That Code Throws the Correct Exceptions.srt
6.72 KB
03. Determining Passing and Failing Tests with Asserts/12. Asserting That Code Throws the Correct Exceptions.vtt
6.49 KB
03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.mp4
17.38 MB
03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.srt
5.72 KB
03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.vtt
5.53 KB
03. Determining Passing and Failing Tests with Asserts/14. Summary.mp4
2.68 MB
03. Determining Passing and Failing Tests with Asserts/14. Summary.srt
2.48 KB
03. Determining Passing and Failing Tests with Asserts/14. Summary.vtt
2.41 KB
04. Understanding and Controlling Test Execution/01. Introduction.mp4
2.46 MB
04. Understanding and Controlling Test Execution/01. Introduction.srt
2.25 KB
04. Understanding and Controlling Test Execution/01. Introduction.vtt
2.18 KB
04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.mp4
17.45 MB
04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.srt
6.04 KB
04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.vtt
5.85 KB
04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.mp4
11.17 MB
04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.srt
2.83 KB
04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.vtt
2.75 KB
04. Understanding and Controlling Test Execution/04. Skipping Tests.mp4
12.01 MB
04. Understanding and Controlling Test Execution/04. Skipping Tests.srt
3.37 KB
04. Understanding and Controlling Test Execution/04. Skipping Tests.vtt
3.27 KB
04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.mp4
15.38 MB
04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.srt
4.21 KB
04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.vtt
4.08 KB
04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.mp4
16.79 MB
04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.srt
5.86 KB
04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.vtt
5.67 KB
04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.mp4
24.7 MB
04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.srt
8.58 KB
04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.vtt
8.28 KB
04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.mp4
14.24 MB
04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.srt
5.27 KB
04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.vtt
5.1 KB
04. Understanding and Controlling Test Execution/09. Summary.mp4
2.8 MB
04. Understanding and Controlling Test Execution/09. Summary.srt
2.55 KB
04. Understanding and Controlling Test Execution/09. Summary.vtt
2.48 KB
05. Creating Data-driven Tests/01. Introduction.mp4
2.27 MB
05. Creating Data-driven Tests/01. Introduction.srt
2.38 KB
05. Creating Data-driven Tests/01. Introduction.vtt
2.31 KB
05. Creating Data-driven Tests/02. Overview of Data-driven Tests.mp4
4.54 MB
05. Creating Data-driven Tests/02. Overview of Data-driven Tests.srt
5.44 KB
05. Creating Data-driven Tests/02. Overview of Data-driven Tests.vtt
5.27 KB
05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.mp4
5.45 MB
05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.srt
1.85 KB
05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.vtt
1.8 KB
05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.mp4
20.45 MB
05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.srt
6.65 KB
05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.vtt
6.44 KB
05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.mp4
27.26 MB
05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.srt
7.64 KB
05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.vtt
7.39 KB
05. Creating Data-driven Tests/06. Getting Test Data from External Sources.mp4
15.63 MB
05. Creating Data-driven Tests/06. Getting Test Data from External Sources.srt
4.77 KB
05. Creating Data-driven Tests/06. Getting Test Data from External Sources.vtt
4.61 KB
05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.mp4
17.43 MB
05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.srt
5.19 KB
05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.vtt
5.01 KB
05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.mp4
3.73 MB
05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.srt
3.24 KB
05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.vtt
3.13 KB
exercise.zip
1.03 MB

免责声明

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