Testing .NET Code with xUnit.net 2- Getting Started
File List
- 05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.mp4 27.3 MB
- 03. Determining Passing and Failing Tests with Asserts/09. Asserting with Collections.mp4 25.4 MB
- 04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.mp4 24.7 MB
- 03. Determining Passing and Failing Tests with Asserts/05. Making Assertions Against String Values.mp4 22.6 MB
- 03. Determining Passing and Failing Tests with Asserts/10. Making Asserts Against Object Types.mp4 21.6 MB
- 05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.mp4 20.4 MB
- 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/06. Asserting on Numeric Values.mp4 18.9 MB
- 04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.mp4 17.4 MB
- 05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.mp4 17.4 MB
- 03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.mp4 17.4 MB
- 04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.mp4 16.8 MB
- 05. Creating Data-driven Tests/06. Getting Test Data from External Sources.mp4 15.6 MB
- 04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.mp4 15.4 MB
- 04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.mp4 14.2 MB
- 04. Understanding and Controlling Test Execution/04. Skipping Tests.mp4 12.0 MB
- 04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.mp4 11.2 MB
- 02. Getting Started/08. Creating the Test Project.mp4 10.6 MB
- 03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.mp4 10.5 MB
- 02. Getting Started/10. Starting to Create the First Test.mp4 8.8 MB
- 03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.mp4 7.8 MB
- 02. Getting Started/09. Creating a .NET Framework Test Project.mp4 7.3 MB
- 03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.mp4 6.8 MB
- 05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.mp4 5.4 MB
- 03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.mp4 5.1 MB
- 05. Creating Data-driven Tests/02. Overview of Data-driven Tests.mp4 4.5 MB
- 02. Getting Started/07. Introducing xUnit.net.mp4 4.3 MB
- 03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.mp4 4.2 MB
- 02. Getting Started/02. Introduction.mp4 4.0 MB
- 05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.mp4 3.7 MB
- 02. Getting Started/04. An Overview of Different Test Types.mp4 3.4 MB
- 02. Getting Started/05. Testing Behaviour vs. Private Methods.mp4 3.2 MB
- 01. Course Overview/01. Course Overview.mp4 2.8 MB
- 04. Understanding and Controlling Test Execution/09. Summary.mp4 2.8 MB
- 03. Determining Passing and Failing Tests with Asserts/14. Summary.mp4 2.7 MB
- 04. Understanding and Controlling Test Execution/01. Introduction.mp4 2.5 MB
- 02. Getting Started/11. Summary.mp4 2.4 MB
- 05. Creating Data-driven Tests/01. Introduction.mp4 2.3 MB
- 03. Determining Passing and Failing Tests with Asserts/01. Introduction.mp4 2.2 MB
- 02. Getting Started/03. Why Write Automated Tests-.mp4 2.0 MB
- 02. Getting Started/06. The Logical Phases of an Automated Test.mp4 1.8 MB
- 03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test-.mp4 1.5 MB
- dotnet-core-testing-code-xunit-dotnet-getting-started.zip 1.0 MB
- 02. Getting Started/01. Version Check.mp4 558.1 KB
- 04. Understanding and Controlling Test Execution/07. Sharing Context Between Tests During Execution.srt 9.0 KB
- 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/09. Asserting with Collections.srt 8.4 KB
- 05. Creating Data-driven Tests/05. Sharing Test Data Across Tests.srt 8.0 KB
- 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/12. Asserting That Code Throws the Correct Exceptions.srt 7.0 KB
- 05. Creating Data-driven Tests/04. Refactoring to Data-driven Tests.srt 7.0 KB
- 03. Determining Passing and Failing Tests with Asserts/06. Asserting on Numeric Values.srt 6.8 KB
- 04. Understanding and Controlling Test Execution/02. Categorizing and Running Subsets of Tests.srt 6.3 KB
- 04. Understanding and Controlling Test Execution/06. Reducing Duplicated Test Code.srt 6.1 KB
- 03. Determining Passing and Failing Tests with Asserts/13. Asserting That Events Are Raised.srt 6.0 KB
- 05. Creating Data-driven Tests/02. Overview of Data-driven Tests.srt 5.7 KB
- 02. Getting Started/04. An Overview of Different Test Types.srt 5.6 KB
- 02. Getting Started/07. Introducing xUnit.net.srt 5.6 KB
- 04. Understanding and Controlling Test Execution/08. Sharing Context Across Test Classes.srt 5.5 KB
- 05. Creating Data-driven Tests/07. Creating Custom Data Source Attributes.srt 5.4 KB
- 02. Getting Started/08. Creating the Test Project.srt 5.4 KB
- 05. Creating Data-driven Tests/06. Getting Test Data from External Sources.srt 5.0 KB
- 02. Getting Started/10. Starting to Create the First Test.srt 4.6 KB
- 02. Getting Started/02. Introduction.srt 4.5 KB
- 04. Understanding and Controlling Test Execution/05. Writing Custom Test Output Messages.srt 4.4 KB
- 03. Determining Passing and Failing Tests with Asserts/07. Asserting on Floating Point Values.srt 4.1 KB
- 02. Getting Started/09. Creating a .NET Framework Test Project.srt 4.0 KB
- 02. Getting Started/05. Testing Behaviour vs. Private Methods.srt 3.9 KB
- 04. Understanding and Controlling Test Execution/04. Skipping Tests.srt 3.5 KB
- 05. Creating Data-driven Tests/08. Summary, Resources and Further Learning.srt 3.4 KB
- 03. Determining Passing and Failing Tests with Asserts/02. An Overview of Asserts.srt 3.1 KB
- 04. Understanding and Controlling Test Execution/03. Running Categories of Tests at the Command Line.srt 3.0 KB
- 02. Getting Started/11. Summary.srt 2.7 KB
- 04. Understanding and Controlling Test Execution/09. Summary.srt 2.7 KB
- 03. Determining Passing and Failing Tests with Asserts/14. Summary.srt 2.6 KB
- 05. Creating Data-driven Tests/01. Introduction.srt 2.5 KB
- 02. Getting Started/03. Why Write Automated Tests-.srt 2.5 KB
- 03. Determining Passing and Failing Tests with Asserts/08. Asserting Null Values.srt 2.4 KB
- 03. Determining Passing and Failing Tests with Asserts/01. Introduction.srt 2.4 KB
- 04. Understanding and Controlling Test Execution/01. Introduction.srt 2.4 KB
- 03. Determining Passing and Failing Tests with Asserts/11. Asserting on Object Instances.srt 2.3 KB
- 01. Course Overview/01. Course Overview.srt 2.3 KB
- 02. Getting Started/06. The Logical Phases of an Automated Test.srt 2.0 KB
- 03. Determining Passing and Failing Tests with Asserts/04. Adding an Assert to the First Test.srt 2.0 KB
- 05. Creating Data-driven Tests/03. Adding Extra PlayerCharacter Tests.srt 1.9 KB
- 03. Determining Passing and Failing Tests with Asserts/03. How Many Asserts per Test-.srt 1.8 KB
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.