Skip to content

Unit Testing an ASP NET Core 6 Web API

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Unit Testing an ASP NET Core 6Group: NOGRPSource: WEB
Info Hash
38975616C549DC5BC95E15B8E8FBE530BA1DB7DE
Source
Unverified
Total Size
1.03 GB
Total Files
100
Seeders
6
Leechers
0
Health
6.00
Score
12
Type
Other

File List

FileSize
Unit Testing an ASP.NET Core 6 Web API/1. Course Overview/1. Course Overview.mp43 MB
Unit Testing an ASP.NET Core 6 Web API/1. Course Overview/1. Course Overview.srt1.79 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/01. Coming Up.mp44.72 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/01. Coming Up.srt3.68 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/02. Positioning This Course.mp43.55 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/02. Positioning This Course.srt2.78 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/03. Course Prerequisites.mp4957.88 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/03. Course Prerequisites.srt912 B
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/04. Frameworks and Tooling.mp44.82 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/04. Frameworks and Tooling.srt2.7 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/05. Demo - Introducing the Demo Scenario.mp422.55 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/05. Demo - Introducing the Demo Scenario.srt8.55 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/06. -The What, Why, and What Not of Unit Testing.mp44.64 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/06. -The What, Why, and What Not of Unit Testing.srt4.51 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/07. Comparing Unit Tests, Integration Test, and Functional Tests.mp46.08 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/07. Comparing Unit Tests, Integration Test, and Functional Tests.srt4.94 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/08. Demo - Adding a Unit Test Project.mp418.56 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/08. Demo - Adding a Unit Test Project.srt6.79 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/09. Demo - Writing Your First Unit Test.mp424.4 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/09. Demo - Writing Your First Unit Test.srt8.91 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/10. Naming Guidelines for Unit Tests.mp42.09 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/10. Naming Guidelines for Unit Tests.srt1.82 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/11. -The Arrange, Act, Assert Pattern.mp43.31 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/11. -The Arrange, Act, Assert Pattern.srt2.68 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/12. Comparing xUnit, NUnit, and MSTest.mp43.34 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/12. Comparing xUnit, NUnit, and MSTest.srt2.9 KB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/13. Summary.mp41.41 MB
Unit Testing an ASP.NET Core 6 Web API/2. Introduction to Unit Testing/13. Summary.srt1.38 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/01. Coming Up.mp4777.54 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/01. Coming Up.srt773 B
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/02. Learning About Assertions.mp47.69 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/02. Learning About Assertions.srt5.99 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/03. Demo - Asserting on Booleans.mp415.9 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/03. Demo - Asserting on Booleans.srt5.87 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/04. Demo - Asserting on Strings.mp440.05 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/04. Demo - Asserting on Strings.srt14.45 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/05. Demo - Asserting on Numeric Values.mp412.79 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/05. Demo - Asserting on Numeric Values.srt3.87 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/06. Demo - Asserting on Floating Points with Precision.mp47.95 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/06. Demo - Asserting on Floating Points with Precision.srt2.42 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/07. Demo - Introducing a Repository Implementation with Test Data.mp415.81 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/07. Demo - Introducing a Repository Implementation with Test Data.srt4.37 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/08. Demo - Asserting on Arrays and Collection Content.mp439.62 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/08. Demo - Asserting on Arrays and Collection Content.srt11.8 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/09. Demo - Asserting Asynchronous Code.mp412.8 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/09. Demo - Asserting Asynchronous Code.srt2.71 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/10. Demo - Asserting on Exceptions.mp422.1 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/10. Demo - Asserting on Exceptions.srt7.4 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/11. Demo - Asserting on Events.mp410.82 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/11. Demo - Asserting on Events.srt3.33 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/12. Demo - Asserting on Object Types.mp410.88 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/12. Demo - Asserting on Object Types.srt3.4 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/13. Asserting on Private Methods.mp42.94 MB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/13. Asserting on Private Methods.srt2.78 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/14. Summary.mp4927.54 KB
Unit Testing an ASP.NET Core 6 Web API/3. Tackling Basic Unit Testing Scenarios/14. Summary.srt892 B
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/01. Coming Up.mp41.31 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/01. Coming Up.srt1.33 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/02. Setting Up Tests and Sharing Test Context.mp48.51 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/02. Setting Up Tests and Sharing Test Context.srt4.36 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/03. Demo - Sharing Context with the Constructor and Dispose Approach.mp414.61 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/03. Demo - Sharing Context with the Constructor and Dispose Approach.srt4.35 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/04. Demo - Sharing Context with the Class Fixture Approach.mp422.17 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/04. Demo - Sharing Context with the Class Fixture Approach.srt6.44 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/05. Demo - Sharing Context with the Collection Fixture Approach.mp419.88 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/05. Demo - Sharing Context with the Collection Fixture Approach.srt6.15 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/06. Integrating Test Context with the ASP.NET Core Dependency Injection System.mp42.36 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/06. Integrating Test Context with the ASP.NET Core Dependency Injection System.srt1.74 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/07. Demo - Integrating Test Context with the ASP.NET Core Dependency Injection System.mp418.45 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/07. Demo - Integrating Test Context with the ASP.NET Core Dependency Injection System.srt5.85 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/08. Demo - Categorizing and Running Subsets of Tests.mp411.48 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/08. Demo - Categorizing and Running Subsets of Tests.srt4.37 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/09. Demo - Skipping Tests.mp45.99 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/09. Demo - Skipping Tests.srt2.02 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/10. Demo - Adding Additional Test Output.mp411.59 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/10. Demo - Adding Additional Test Output.srt2.98 KB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/11. Summary.mp42.11 MB
Unit Testing an ASP.NET Core 6 Web API/4. Setting Up Tests and Controlling Test Execution/11. Summary.srt2.13 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/1. Coming Up.mp41.07 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/1. Coming Up.srt1.13 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/2. Introducing Theories and Data-driven Tests.mp44.92 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/2. Introducing Theories and Data-driven Tests.srt3.58 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/3. Demo - Testing a Theory with Inline Data.mp411.96 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/3. Demo - Testing a Theory with Inline Data.srt3.43 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/4. Demo - Testing a Theory with Member Data.mp423.92 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/4. Demo - Testing a Theory with Member Data.srt6.9 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/5. Demo - Testing a Theory with Class Data.mp411.4 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/5. Demo - Testing a Theory with Class Data.srt3.68 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/6. Demo - Testing a Theory with Strongly-typed Test Data.mp417.99 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/6. Demo - Testing a Theory with Strongly-typed Test Data.srt5.39 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/7. Getting Data from an External Source.mp41.04 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/7. Getting Data from an External Source.srt1.04 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/8. Demo - Getting Data from an External Source.mp411.91 MB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/8. Demo - Getting Data from an External Source.srt3.32 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/9. Summary.mp4909.8 KB
Unit Testing an ASP.NET Core 6 Web API/5. Working with Data-driven Tests/9. Summary.srt899 B
Unit Testing an ASP.NET Core 6 Web API/6. Isolating Unit Tests with ASP.NET Core Techniques and Mocking/01. Coming Up.mp41.96 MB
Unit Testing an ASP.NET Core 6 Web API/6. Isolating Unit Tests with ASP.NET Core Techniques and Mocking/01. Coming Up.srt2 KB
Unit Testing an ASP.NET Core 6 Web API/6. Isolating Unit Tests with ASP.NET Core Techniques and Mocking/02. Investigating Test Isolation Approaches.mp48.4 MB
Unit Testing an ASP.NET Core 6 Web API/6. Isolating Unit Tests with ASP.NET Core Techniques and Mocking/02. Investigating Test Isolation Approaches.srt7.08 KB

Trackers

No trackers found.