Magnetic link has been copied to the cutting board

Name Mocking with Moq and xUnit

File Type video

Size 507.04MB

UpdateDate 2024-7-30

hash *****26EAC8EDC1AC6419C6739253C326357CF0

Hot 53

Files 01. Course Overview/01. Course Overview.mp4 | 3.16MB 01. Course Overview/01. Course Overview.srt | 2.07KB 01. Course Overview/01. Course Overview.vtt | 2.02KB 02. Getting Started with Mocking and Moq/01. Introduction.mp4 | 3.48MB 02. Getting Started with Mocking and Moq/01. Introduction.srt | 3.63KB 02. Getting Started with Mocking and Moq/01. Introduction.vtt | 3.53KB 02. Getting Started with Mocking and Moq/02. An Overview of Mocking.mp4 | 1.87MB 02. Getting Started with Mocking and Moq/02. An Overview of Mocking.srt | 1.80KB 02. Getting Started with Mocking and Moq/02. An Overview of Mocking.vtt | 1.75KB 02. Getting Started with Mocking and Moq/03. Why Use Mock Objects.mp4 | 4.33MB 02. Getting Started with Mocking and Moq/03. Why Use Mock Objects.srt | 4.04KB 02. Getting Started with Mocking and Moq/03. Why Use Mock Objects.vtt | 3.91KB 02. Getting Started with Mocking and Moq/04. What Is a Unit.mp4 | 2.76MB 02. Getting Started with Mocking and Moq/04. What Is a Unit.srt | 3.06KB 02. Getting Started with Mocking and Moq/04. What Is a Unit.vtt | 2.97KB 02. Getting Started with Mocking and Moq/05. Fakes, Dummies, Stubs, Mocks, and Test Doubles.mp4 | 3.06MB 02. Getting Started with Mocking and Moq/05. Fakes, Dummies, Stubs, Mocks, and Test Doubles.srt | 2.63KB 02. Getting Started with Mocking and Moq/05. Fakes, Dummies, Stubs, Mocks, and Test Doubles.vtt | 2.55KB 02. Getting Started with Mocking and Moq/06. An Overview of Moq.mp4 | 1.47MB 02. Getting Started with Mocking and Moq/06. An Overview of Moq.srt | 1.28KB 02. Getting Started with Mocking and Moq/06. An Overview of Moq.vtt | 1.25KB 02. Getting Started with Mocking and Moq/07. Demo Code Overview.mp4 | 7.57MB 02. Getting Started with Mocking and Moq/07. Demo Code Overview.srt | 3.78KB 02. Getting Started with Mocking and Moq/07. Demo Code Overview.vtt | 3.67KB 02. Getting Started with Mocking and Moq/08. Adding a Unit Test Project.mp4 | 6.21MB 02. Getting Started with Mocking and Moq/08. Adding a Unit Test Project.srt | 2.46KB 02. Getting Started with Mocking and Moq/08. Adding a Unit Test Project.vtt | 2.39KB 02. Getting Started with Mocking and Moq/09. Writing Initial Tests.mp4 | 10.67MB 02. Getting Started with Mocking and Moq/09. Writing Initial Tests.srt | 3.88KB 02. Getting Started with Mocking and Moq/09. Writing Initial Tests.vtt | 3.77KB 02. Getting Started with Mocking and Moq/10. Introducing a New Dependency.mp4 | 15.82MB 02. Getting Started with Mocking and Moq/10. Introducing a New Dependency.srt | 4.79KB 02. Getting Started with Mocking and Moq/10. Introducing a New Dependency.vtt | 4.64KB 02. Getting Started with Mocking and Moq/11. Summary.mp4 | 1.97MB 02. Getting Started with Mocking and Moq/11. Summary.srt | 1.85KB 02. Getting Started with Mocking and Moq/11. Summary.vtt | 1.81KB 03. Configuring Mocked Methods/01. Introduction.mp4 | 2.25MB 03. Configuring Mocked Methods/01. Introduction.srt | 2.10KB 03. Configuring Mocked Methods/01. Introduction.vtt | 2.04KB 03. Configuring Mocked Methods/02. Installing Moq.mp4 | 7.97MB 03. Configuring Mocked Methods/02. Installing Moq.srt | 2.29KB 03. Configuring Mocked Methods/02. Installing Moq.vtt | 2.23KB 03. Configuring Mocked Methods/03. Instantiating and Using a Mock Object.mp4 | 20.25MB 03. Configuring Mocked Methods/03. Instantiating and Using a Mock Object.srt | 6.79KB 03. Configuring Mocked Methods/03. Instantiating and Using a Mock Object.vtt | 6.57KB 03. Configuring Mocked Methods/04. Configuring Mock Object Method Return Values.mp4 | 18.47MB 03. Configuring Mocked Methods/04. Configuring Mock Object Method Return Values.srt | 6.03KB 03. Configuring Mocked Methods/04. Configuring Mock Object Method Return Values.vtt | 5.84KB 03. Configuring Mocked Methods/05. Argument Matching in Mocked Methods.mp4 | 27.55MB 03. Configuring Mocked Methods/05. Argument Matching in Mocked Methods.srt | 8.40KB 03. Configuring Mocked Methods/05. Argument Matching in Mocked Methods.vtt | 8.13KB 03. Configuring Mocked Methods/06. Understanding Strict and Loose Mocks.mp4 | 3.61MB 03. Configuring Mocked Methods/06. Understanding Strict and Loose Mocks.srt | 3.18KB 03. Configuring Mocked Methods/06. Understanding Strict and Loose Mocks.vtt | 3.09KB 03. Configuring Mocked Methods/07. Strict Mock Example.mp4 | 12.36MB 03. Configuring Mocked Methods/07. Strict Mock Example.srt | 4.64KB 03. Configuring Mocked Methods/07. Strict Mock Example.vtt | 4.50KB 03. Configuring Mocked Methods/08. Comparing Strict and Loose Mocks.mp4 | 1.99MB 03. Configuring Mocked Methods/08. Comparing Strict and Loose Mocks.srt | 2.14KB 03. Configuring Mocked Methods/08. Comparing Strict and Loose Mocks.vtt | 2.08KB 03. Configuring Mocked Methods/09. Refactoring the Tests.mp4 | 7.91MB 03. Configuring Mocked Methods/09. Refactoring the Tests.srt | 2.55KB 03. Configuring Mocked Methods/09. Refactoring the Tests.vtt | 2.48KB 03. Configuring Mocked Methods/10. Mocking Methods with Out Parameters.mp4 | 15.16MB 03. Configuring Mocked Methods/10. Mocking Methods with Out Parameters.srt | 5.02KB 03. Configuring Mocked Methods/10. Mocking Methods with Out Parameters.vtt | 4.86KB 03. Configuring Mocked Methods/11. Matching ref Arguments with Moq.mp4 | 6.07MB 03. Configuring Mocked Methods/11. Matching ref Arguments with Moq.srt | 5.33KB 03. Configuring Mocked Methods/11. Matching ref Arguments with Moq.vtt | 5.17KB 03. Configuring Mocked Methods/12. Summary.mp4 | 2.44MB 03. Configuring Mocked Methods/12. Summary.srt | 2.23KB 03. Configuring Mocked Methods/12. Summary.vtt | 2.17KB 04. Configuring Mock Object Properties/01. Introduction.mp4 | 1.76MB 04. Configuring Mock Object Properties/01. Introduction.srt | 1.82KB 04. Configuring Mock Object Properties/01. Introduction.vtt | 1.77KB 04. Configuring Mock Object Properties/02. Configuring a Mocked Property to Return a Specified Value.mp4 | 21.82MB 04. Configuring Mock Object Properties/02. Configuring a Mocked Property to Return a Specified Value.srt | 6.87KB 04. Configuring Mock Object Properties/02. Configuring a Mocked Property to Return a Specified Value.vtt | 6.66KB 04. Configuring Mock Object Properties/03. Getting a Return Value from a Function.mp4 | 9.85MB 04. Configuring Mock Object Properties/03. Getting a Return Value from a Function.srt | 3.27KB 04. Configuring Mock Object Properties/03. Getting a Return Value from a Function.vtt | 3.17KB 04. Configuring Mock Object Properties/04. Auto-mocking Property Hierarchies.mp4 | 20.48MB 04. Configuring Mock Object Properties/04. Auto-mocking Property Hierarchies.srt | 6.60KB 04. Configuring Mock Object Properties/04. Auto-mocking Property Hierarchies.vtt | 6.39KB 04. Configuring Mock Object Properties/05. Specifying Default Value Behavior for Loose Mocks.mp4 | 17.67MB 04. Configuring Mock Object Properties/05. Specifying Default Value Behavior for Loose Mocks.srt | 5.96KB 04. Configuring Mock Object Properties/05. Specifying Default Value Behavior for Loose Mocks.vtt | 5.77KB 04. Configuring Mock Object Properties/06. Tracking Changes to Mock Property Values.mp4 | 20.80MB 04. Configuring Mock Object Properties/06. Tracking Changes to Mock Property Values.srt | 6.67KB 04. Configuring Mock Object Properties/06. Tracking Changes to Mock Property Values.vtt | 6.45KB 04. Configuring Mock Object Properties/07. Summary.mp4 | 2.07MB 04. Configuring Mock Object Properties/07. Summary.srt | 1.91KB 04. Configuring Mock Object Properties/07. Summary.vtt | 1.86KB 05. Implementing Behavior Verification Tests/01. Introduction.mp4 | 1.43MB 05. Implementing Behavior Verification Tests/01. Introduction.srt | 1.38KB 05. Implementing Behavior Verification Tests/01. Introduction.vtt | 1.35KB 05. Implementing Behavior Verification Tests/02. Behavior Testing and State Based Testing.mp4 | 5.73MB 05. Implementing Behavior Verification Tests/02. Behavior Testing and State Based Testing.srt | 5.71KB 05. Implementing Behavior Verification Tests/02. Behavior Testing and State Based Testing.vtt | 5.54KB 05. Implementing Behavior Verification Tests/03. Verifying a Method Was Called.mp4 | 19.11MB 05. Implementing Behavior Verification Tests/03. Verifying a Method Was Called.srt | 6.04KB 05. Implementing Behavior Verification Tests/03. Verifying a Method Was Called.vtt | 5.85KB 05. Implementing Behavior Verification Tests/04. Adding a Custom Error Message.mp4 | 5.03MB 05. Implementing Behavior Verification Tests/04. Adding a Custom Error Message.srt | 1.25KB 05. Implementing Behavior Verification Tests/04. Adding a Custom Error Message.vtt | 1.22KB 05. Implementing Behavior Verification Tests/05. Verifying a Method Was Not Called.mp4 | 12.12MB 05. Implementing Behavior Verification Tests/05. Verifying a Method Was Not Called.srt | 3.59KB 05. Implementing Behavior Verification Tests/05. Verifying a Method Was Not Called.vtt | 3.48KB 05. Implementing Behavior Verification Tests/06. Verifying a Method Was Called a Specific Number of Times.mp4 | 11.97MB 05. Implementing Behavior Verification Tests/06. Verifying a Method Was Called a Specific Number of Times.srt | 3.41KB 05. Implementing Behavior Verification Tests/06. Verifying a Method Was Called a Specific Number of Times.vtt | 3.31KB 05. Implementing Behavior Verification Tests/07. Verifying a Property Getter Was Called.mp4 | 12.55MB 05. Implementing Behavior Verification Tests/07. Verifying a Property Getter Was Called.srt | 3.58KB 05. Implementing Behavior Verification Tests/07. Verifying a Property Getter Was Called.vtt | 3.46KB 05. Implementing Behavior Verification Tests/08. Verifying a Property Setter Was Called.mp4 | 21.01MB 05. Implementing Behavior Verification Tests/08. Verifying a Property Setter Was Called.srt | 5.40KB 05. Implementing Behavior Verification Tests/08. Verifying a Property Setter Was Called.vtt | 5.26KB 05. Implementing Behavior Verification Tests/09. Summary.mp4 | 1.68MB 05. Implementing Behavior Verification Tests/09. Summary.srt | 1.76KB 05. Implementing Behavior Verification Tests/09. Summary.vtt | 1.72KB 06. Using Additional Moq Mocking Techniques/01. Introduction.mp4 | 2.31MB 06. Using Additional Moq Mocking Techniques/01. Introduction.srt | 2.18KB 06. Using Additional Moq Mocking Techniques/01. Introduction.vtt | 2.12KB 06. Using Additional Moq Mocking Techniques/02. Throwing Exceptions from Mock Objects.mp4 | 15.78MB 06. Using Additional Moq Mocking Techniques/02. Throwing Exceptions from Mock Objects.srt | 5.42KB 06. Using Additional Moq Mocking Techniques/02. Throwing Exceptions from Mock Objects.vtt | 5.25KB 06. Using Additional Moq Mocking Techniques/03. Raising Events from Mock Objects.mp4 | 17.50MB 06. Using Additional Moq Mocking Techniques/03. Raising Events from Mock Objects.srt | 5.19KB 06. Using Additional Moq Mocking Techniques/03. Raising Events from Mock Objects.vtt | 5.03KB 06. Using Additional Moq Mocking Techniques/04. Returning Different Results for Sequential Calls.mp4 | 11.20MB 06. Using Additional Moq Mocking Techniques/04. Returning Different Results for Sequential Calls.srt | 3.22KB 06. Using Additional Moq Mocking Techniques/04. Returning Different Results for Sequential Calls.vtt | 3.13KB 06. Using Additional Moq Mocking Techniques/05. Checking a Mock Method Was Called Multiple Times with Different Values.mp4 | 16.48MB 06. Using Additional Moq Mocking Techniques/05. Checking a Mock Method Was Called Multiple Times with Different Values.srt | 4.63KB 06. Using Additional Moq Mocking Techniques/05. Checking a Mock Method Was Called Multiple Times with Different Values.vtt | 4.49KB 06. Using Additional Moq Mocking Techniques/06. Mocking Members of Concrete Types with Partial Mocks.mp4 | 14.59MB 06. Using Additional Moq Mocking Techniques/06. Mocking Members of Concrete Types with Partial Mocks.srt | 4.51KB 06. Using Additional Moq Mocking Techniques/06. Mocking Members of Concrete Types with Partial Mocks.vtt | 4.37KB 06. Using Additional Moq Mocking Techniques/07. Mocking Virtual Protected Members.mp4 | 20.89MB 06. Using Additional Moq Mocking Techniques/07. Mocking Virtual Protected Members.srt | 7.17KB 06. Using Additional Moq Mocking Techniques/07. Mocking Virtual Protected Members.vtt | 6.94KB 06. Using Additional Moq Mocking Techniques/08. Improving Mock Setup Readability with LINQ to Mocks.mp4 | 11.89MB 06. Using Additional Moq Mocking Techniques/08. Improving Mock Setup Readability with LINQ to Mocks.srt | 3.75KB 06. Using Additional Moq Mocking Techniques/08. Improving Mock Setup Readability with LINQ to Mocks.vtt | 3.63KB 06. Using Additional Moq Mocking Techniques/09. Refactoring the Test Class.mp4 | 11.66MB 06. Using Additional Moq Mocking Techniques/09. Refactoring the Test Class.srt | 4.23KB 06. Using Additional Moq Mocking Techniques/09. Refactoring the Test Class.vtt | 4.11KB 06. Using Additional Moq Mocking Techniques/10. Matching Generic Type Arguments.mp4 | 4.93MB 06. Using Additional Moq Mocking Techniques/10. Matching Generic Type Arguments.srt | 4.55KB 06. Using Additional Moq Mocking Techniques/10. Matching Generic Type Arguments.vtt | 4.40KB 06. Using Additional Moq Mocking Techniques/11. Mocking Async Method Return Values.mp4 | 1.71MB 06. Using Additional Moq Mocking Techniques/11. Mocking Async Method Return Values.srt | 1.54KB 06. Using Additional Moq Mocking Techniques/11. Mocking Async Method Return Values.vtt | 1.50KB 06. Using Additional Moq Mocking Techniques/12. Summary.mp4 | 2.35MB 06. Using Additional Moq Mocking Techniques/12. Summary.srt | 2.45KB 06. Using Additional Moq Mocking Techniques/12. Summary.vtt | 2.38KB exercise.zip | 1.89MB

Recommend

Magnetic link has been copied to the cutting board