TorBT - Torrents and Magnet Links Search Engine

Testing .NET Code with xUnit.net 2- Getting Started

File Name
Size
01. Course Overview/01. Course Overview.mp4
2.8 MB
01. Course Overview/01. Course Overview.srt
2.3 kB
02. Getting Started/01. Version Check.mp4
558 kB
02. Getting Started/02. Introduction.mp4
4.0 MB
02. Getting Started/02. Introduction.srt
4.5 kB
02. Getting Started/03. Why Write Automated Tests-.mp4
2.0 MB
02. Getting Started/03. Why Write Automated Tests-.srt
2.5 kB
02. Getting Started/04. An Overview of Different Test Types.mp4
3.4 MB
02. Getting Started/04. An Overview of Different Test Types.srt
5.6 kB
02. Getting Started/05. Testing Behaviour vs. Private Methods.mp4
3.2 MB
02. Getting Started/05. Testing Behaviour vs. Private Methods.srt
3.9 kB
02. Getting Started/06. The Logical Phases of an Automated Test.mp4
1.8 MB
02. Getting Started/06. The Logical Phases of an Automated Test.srt
2.0 kB
02. Getting Started/07. Introducing xUnit.net.mp4
4.3 MB
02. Getting Started/07. Introducing xUnit.net.srt
5.6 kB
02. Getting Started/08. Creating the Test Project.mp4
11 MB
02. Getting Started/08. Creating the Test Project.srt
5.4 kB
02. Getting Started/09. Creating a .NET Framework Test Project.mp4
7.3 MB
02. Getting Started/09. Creating a .NET Framework Test Project.srt
4.0 kB
02. Getting Started/10. Starting to Create the First Test.mp4
8.8 MB
02. Getting Started/10. Starting to Create the First Test.srt
4.6 kB
02. Getting Started/11. Summary.mp4
2.4 MB
02. Getting Started/11. Summary.srt
2.7 kB
03. Determining Passing and Failing Tests with Asserts/01. Introduction.mp4
2.2 MB
03. Determining Passing and Failing Tests with Asserts/01. Introduction.srt
2.4 kB
03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.mp4
4.2 MB
03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.srt
3.1 kB
03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test-.mp4
1.5 MB
03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test-.srt
1.8 kB
03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.mp4
5.1 MB
03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.srt
2.0 kB
03. Determining Passing and Failing Tests with Asserts/05. Making Assertions Against String Values.mp4
23 MB
03. Determining Passing and Failing Tests with Asserts/05. Making Assertions Against String Values.srt
8.6 kB
03. Determining Passing and Failing Tests with Asserts/06. Asserting on Numeric Values.mp4
19 MB
03. Determining Passing and Failing Tests with Asserts/06. Asserting on Numeric Values.srt
6.8 kB
03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.mp4
10 MB
03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.srt
4.1 kB
03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.mp4
7.8 MB
03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.srt
2.4 kB
03. Determining Passing and Failing Tests with Asserts/09. Asserting with Collections.mp4
25 MB
03. Determining Passing and Failing Tests with Asserts/09. Asserting with Collections.srt
8.4 kB
03. Determining Passing and Failing Tests with Asserts/10. Making Asserts Against Object Types.mp4
22 MB
03. Determining Passing and Failing Tests with Asserts/10. Making Asserts Against Object Types.srt
7.5 kB
03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.mp4
6.8 MB
03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.srt
2.3 kB
03. Determining Passing and Failing Tests with Asserts/12. Asserting That Code Throws the Correct Exceptions.mp4
20 MB
03. Determining Passing and Failing Tests with Asserts/12. Asserting That Code Throws the Correct Exceptions.srt
7.0 kB
03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.mp4
17 MB
03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.srt
6.0 kB
03. Determining Passing and Failing Tests with Asserts/14. Summary.mp4
2.7 MB
03. Determining Passing and Failing Tests with Asserts/14. Summary.srt
2.6 kB
04. Understanding and Controlling Test Execution/01. Introduction.mp4
2.5 MB
04. Understanding and Controlling Test Execution/01. Introduction.srt
2.4 kB
04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.mp4
17 MB
04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.srt
6.3 kB
04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.mp4
11 MB
04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.srt
3.0 kB
04. Understanding and Controlling Test Execution/04. Skipping Tests.mp4
12 MB
04. Understanding and Controlling Test Execution/04. Skipping Tests.srt
3.5 kB
04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.mp4
15 MB
04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.srt
4.4 kB
04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.mp4
17 MB
04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.srt
6.1 kB
04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.mp4
25 MB
04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.srt
9.0 kB
04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.mp4
14 MB
04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.srt
5.5 kB
04. Understanding and Controlling Test Execution/09. Summary.mp4
2.8 MB
04. Understanding and Controlling Test Execution/09. Summary.srt
2.7 kB
05. Creating Data-driven Tests/01. Introduction.mp4
2.3 MB
05. Creating Data-driven Tests/01. Introduction.srt
2.5 kB
05. Creating Data-driven Tests/02. Overview of Data-driven Tests.mp4
4.5 MB
05. Creating Data-driven Tests/02. Overview of Data-driven Tests.srt
5.7 kB
05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.mp4
5.4 MB
05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.srt
1.9 kB
05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.mp4
20 MB
05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.srt
7.0 kB
05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.mp4
27 MB
05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.srt
8.0 kB
05. Creating Data-driven Tests/06. Getting Test Data from External Sources.mp4
16 MB
05. Creating Data-driven Tests/06. Getting Test Data from External Sources.srt
5.0 kB
05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.mp4
17 MB
05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.srt
5.4 kB
05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.mp4
3.7 MB
05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.srt
3.4 kB
dotnet-core-testing-code-xunit-dotnet-getting-started.zip
1.0 MB