Magnetic link has been copied to the cutting board

Name .NET Unit Testing with AutoFixture 4

File Type video

Size 351.45MB

UpdateDate 2024-9-19

hash *****65108E33B558C3BEBCBF314AEDF84DCC32

Hot 1

Files 01. Course Overview/01. Course Overview.mp4 | 2.41MB 01. Course Overview/01. Course Overview.srt | 1.91KB 02. Getting Started with AutoFixture/01. Version Check.mp4 | 535.83KB 02. Getting Started with AutoFixture/02. Introduction.mp4 | 3.34MB 02. Getting Started with AutoFixture/02. Introduction.srt | 3.37KB 02. Getting Started with AutoFixture/03. Simplifying the Arrange Phase of Tests with AutoFixture.mp4 | 3.49MB 02. Getting Started with AutoFixture/03. Simplifying the Arrange Phase of Tests with AutoFixture.srt | 3.18KB 02. Getting Started with AutoFixture/04. Supported Frameworks.mp4 | 2.78MB 02. Getting Started with AutoFixture/04. Supported Frameworks.srt | 2.23KB 02. Getting Started with AutoFixture/05. Introducing the Fixture Class.mp4 | 1.53MB 02. Getting Started with AutoFixture/05. Introducing the Fixture Class.srt | 1.58KB 02. Getting Started with AutoFixture/06. Creating a Test Project and Installing AutoFixture.mp4 | 9.38MB 02. Getting Started with AutoFixture/06. Creating a Test Project and Installing AutoFixture.srt | 3.79KB 02. Getting Started with AutoFixture/07. Writing an Initial Test with Non-anonymous Test Data.mp4 | 6.72MB 02. Getting Started with AutoFixture/07. Writing an Initial Test with Non-anonymous Test Data.srt | 3.70KB 02. Getting Started with AutoFixture/08. Writing a Test with Manual Anonymous Test Data.mp4 | 2.95MB 02. Getting Started with AutoFixture/08. Writing a Test with Manual Anonymous Test Data.srt | 1.78KB 02. Getting Started with AutoFixture/09. Using an AutoFixture Fixture Instance to Create Anonymous Test Data.mp4 | 5.68MB 02. Getting Started with AutoFixture/09. Using an AutoFixture Fixture Instance to Create Anonymous Test Data.srt | 3.03KB 02. Getting Started with AutoFixture/10. Summary.mp4 | 2.03MB 02. Getting Started with AutoFixture/10. Summary.srt | 2.15KB 03. Creating Anonymous Test Data and Objects with AutoFixture/01. Introduction.mp4 | 1.77MB 03. Creating Anonymous Test Data and Objects with AutoFixture/01. Introduction.srt | 1.55KB 03. Creating Anonymous Test Data and Objects with AutoFixture/02. Creating Anonymous Strings.mp4 | 23.36MB 03. Creating Anonymous Test Data and Objects with AutoFixture/02. Creating Anonymous Strings.srt | 11.01KB 03. Creating Anonymous Test Data and Objects with AutoFixture/03. Creating Anonymous Numbers.mp4 | 9.08MB 03. Creating Anonymous Test Data and Objects with AutoFixture/03. Creating Anonymous Numbers.srt | 4.93KB 03. Creating Anonymous Test Data and Objects with AutoFixture/04. Creating Anonymous Dates and Times.mp4 | 12.25MB 03. Creating Anonymous Test Data and Objects with AutoFixture/04. Creating Anonymous Dates and Times.srt | 5.29KB 03. Creating Anonymous Test Data and Objects with AutoFixture/05. Creating Enums and GUIDs.mp4 | 11.84MB 03. Creating Anonymous Test Data and Objects with AutoFixture/05. Creating Enums and GUIDs.srt | 5.03KB 03. Creating Anonymous Test Data and Objects with AutoFixture/06. Generating Email Addresses.mp4 | 11.40MB 03. Creating Anonymous Test Data and Objects with AutoFixture/06. Generating Email Addresses.srt | 5.00KB 03. Creating Anonymous Test Data and Objects with AutoFixture/07. Creating Sequences of Anonymous Values.mp4 | 16.84MB 03. Creating Anonymous Test Data and Objects with AutoFixture/07. Creating Sequences of Anonymous Values.srt | 7.40KB 03. Creating Anonymous Test Data and Objects with AutoFixture/08. Creating Anonymous Instances of Custom Types.mp4 | 9.65MB 03. Creating Anonymous Test Data and Objects with AutoFixture/08. Creating Anonymous Instances of Custom Types.srt | 4.16KB 03. Creating Anonymous Test Data and Objects with AutoFixture/09. Creating Complex Anonymous Object Graphs.mp4 | 7.74MB 03. Creating Anonymous Test Data and Objects with AutoFixture/09. Creating Complex Anonymous Object Graphs.srt | 3.41KB 03. Creating Anonymous Test Data and Objects with AutoFixture/10. Creating Objects with DataAnnotations.mp4 | 6.17MB 03. Creating Anonymous Test Data and Objects with AutoFixture/10. Creating Objects with DataAnnotations.srt | 2.47KB 03. Creating Anonymous Test Data and Objects with AutoFixture/11. Summary.mp4 | 2.89MB 03. Creating Anonymous Test Data and Objects with AutoFixture/11. Summary.srt | 3.19KB 04. Customizing AutoFixture Object Creation/01. Introduction.mp4 | 2.29MB 04. Customizing AutoFixture Object Creation/01. Introduction.srt | 2.49KB 04. Customizing AutoFixture Object Creation/02. Customizing Values Generated by a Fixture Instance.mp4 | 22.34MB 04. Customizing AutoFixture Object Creation/02. Customizing Values Generated by a Fixture Instance.srt | 10.11KB 04. Customizing AutoFixture Object Creation/03. Freezing Values in AutoFixture.mp4 | 10.94MB 04. Customizing AutoFixture Object Creation/03. Freezing Values in AutoFixture.srt | 4.93KB 04. Customizing AutoFixture Object Creation/04. Using the AutoFixture Test Data Builder Pattern.mp4 | 23.71MB 04. Customizing AutoFixture Object Creation/04. Using the AutoFixture Test Data Builder Pattern.srt | 10.43KB 04. Customizing AutoFixture Object Creation/05. Understanding Specimens and the AutoFixture Pipeline.mp4 | 3.84MB 04. Customizing AutoFixture Object Creation/05. Understanding Specimens and the AutoFixture Pipeline.srt | 3.39KB 04. Customizing AutoFixture Object Creation/06. Examples of Prebuilt Customizations.mp4 | 12.38MB 04. Customizing AutoFixture Object Creation/06. Examples of Prebuilt Customizations.srt | 5.26KB 04. Customizing AutoFixture Object Creation/07. Creating a Custom AutoFixture Specimen Builder.mp4 | 18.10MB 04. Customizing AutoFixture Object Creation/07. Creating a Custom AutoFixture Specimen Builder.srt | 7.77KB 04. Customizing AutoFixture Object Creation/08. Summary.mp4 | 2.26MB 04. Customizing AutoFixture Object Creation/08. Summary.srt | 2.30KB 05. Writing Less Test Code and Improving Test Maintenance/01. Introduction.mp4 | 2.02MB 05. Writing Less Test Code and Improving Test Maintenance/01. Introduction.srt | 2.06KB 05. Writing Less Test Code and Improving Test Maintenance/02. The Problem with Manual Test Data Creation.mp4 | 12.30MB 05. Writing Less Test Code and Improving Test Maintenance/02. The Problem with Manual Test Data Creation.srt | 6.28KB 05. Writing Less Test Code and Improving Test Maintenance/03. Creating Refactor-safe Test Code with AutoFixture.mp4 | 8.00MB 05. Writing Less Test Code and Improving Test Maintenance/03. Creating Refactor-safe Test Code with AutoFixture.srt | 3.57KB 05. Writing Less Test Code and Improving Test Maintenance/04. Parameterized xUnit.net Tests with Anonymous Data.mp4 | 22.80MB 05. Writing Less Test Code and Improving Test Maintenance/04. Parameterized xUnit.net Tests with Anonymous Data.srt | 11.10KB 05. Writing Less Test Code and Improving Test Maintenance/05. Auto-mocking with AutoFixture and Moq.mp4 | 19.02MB 05. Writing Less Test Code and Improving Test Maintenance/05. Auto-mocking with AutoFixture and Moq.srt | 7.97KB 05. Writing Less Test Code and Improving Test Maintenance/06. Combining Auto Mocking and Auto Data in xUnit.net.mp4 | 15.25MB 05. Writing Less Test Code and Improving Test Maintenance/06. Combining Auto Mocking and Auto Data in xUnit.net.srt | 6.86KB 05. Writing Less Test Code and Improving Test Maintenance/07. Using AutoFixture to Improve Code Design and Maintainability.mp4 | 17.45MB 05. Writing Less Test Code and Improving Test Maintenance/07. Using AutoFixture to Improve Code Design and Maintainability.srt | 9.08KB 05. Writing Less Test Code and Improving Test Maintenance/08. Summary and Further Learning.mp4 | 3.26MB 05. Writing Less Test Code and Improving Test Maintenance/08. Summary and Further Learning.srt | 3.39KB unit-testing-autofixture-dot-net.zip | 1.50MB

Recommend

Magnetic link has been copied to the cutting board