589689.xyz

CodeWithMosh - Unit Testing for C# Developers [AhLaN]

  • 收录时间:2021-01-01 05:47:52
  • 文件大小:808MB
  • 下载次数:2
  • 最近下载:2021-01-03 09:59:55
  • 磁力链接:

文件列表

  1. 04 Exercises/044 Solution- Stack~.mp4 27MB
  2. 04 Exercises/042 Solution- DemeritPointsCalculator~.mp4 27MB
  3. 02 Fundamentals of Unit Testing/026 Developers Who Dont Write Tests~.mp4 23MB
  4. 01 Getting Started/006 source-code-completed-1~.zip 22MB
  5. 07 Project- Testing BookingHelper/072 Refactoring~.mp4 21MB
  6. 08 Project- HouseKeeperHelper/080 Writing the First Interaction Test~.mp4 21MB
  7. 08 Project- HouseKeeperHelper/084 Extracting Helper Methods~.mp4 20MB
  8. 01 Getting Started/006 source-code-starter-1~.zip 19MB
  9. 01 Getting Started/003 Types of Tests~.mp4 19MB
  10. 08 Project- HouseKeeperHelper/077 Refactoring For Testability~.mp4 19MB
  11. 07 Project- Testing BookingHelper/070 Extracting IBooking Repository~.mp4 17MB
  12. 08 Project- HouseKeeperHelper/081 Keeping Tests Clean~.mp4 16MB
  13. 03 Core Unit Testing Techniques/037 Testing in the Real-world~.mp4 16MB
  14. 03 Core Unit Testing Techniques/035 Testing Private Methods~.mp4 16MB
  15. 08 Project- HouseKeeperHelper/082 Testing a Method is Not Called~.mp4 16MB
  16. 01 Getting Started/007 Writing Your First Unit Test~.mp4 16MB
  17. 08 Project- HouseKeeperHelper/083 Another Interaction Test~.mp4 15MB
  18. 07 Project- Testing BookingHelper/075 Writing Additional Tests~.mp4 15MB
  19. 06 Exercises/061 Testing~.mp4 15MB
  20. 05 Breaking External Dependencies/047 Refactoring Towards a Loosely-coupled Design~.mp4 14MB
  21. 06 Exercises/064 Testing InstallerHelper~.mp4 14MB
  22. 02 Fundamentals of Unit Testing/025 Writing Trustworthy Tests~.mp4 14MB
  23. 01 Getting Started/005 The Tooling~.mp4 13MB
  24. 05 Breaking External Dependencies/053 Creating Mock Objects Using Moq~.mp4 12MB
  25. 01 Getting Started/008 Testing All the Execution Tests~.mp4 12MB
  26. 07 Project- Testing BookingHelper/071 Writing the First Test~.mp4 12MB
  27. 07 Project- Testing BookingHelper/074 Fixing a Bug~.mp4 12MB
  28. 02 Fundamentals of Unit Testing/021 Black-box Testing~.mp4 11MB
  29. 01 Getting Started/002 Benefits of Automated Testing~.mp4 11MB
  30. 05 Breaking External Dependencies/050 Dependency Injection via Constructor~.mp4 11MB
  31. 08 Project- HouseKeeperHelper/085 Testing Exceptions~.mp4 10MB
  32. 06 Exercises/060 Refactoring~.mp4 10MB
  33. 03 Core Unit Testing Techniques/030 Testing Arrays and Collections~.mp4 10MB
  34. 03 Core Unit Testing Techniques/029 Testing Strings~.mp4 10MB
  35. 04 Exercises/040 20- Solution- FizzBuzz~.mp4 9MB
  36. 01 Getting Started/010 Using NUnit in Visual Studio~.mp4 9MB
  37. 06 Exercises/066 Refactoring EmployeeController~.mp4 9MB
  38. 05 Breaking External Dependencies/058 Who Should Write Tests~.mp4 9MB
  39. 02 Fundamentals of Unit Testing/017 What to Test and What Not to Test~.mp4 9MB
  40. 02 Fundamentals of Unit Testing/023 Parameterized Tests~.mp4 9MB
  41. 05 Breaking External Dependencies/046 Loosely-coupled and Testable Code~.mp4 8MB
  42. 05 Breaking External Dependencies/048 Dependency Injection via Method Parameters~.mp4 8MB
  43. 07 Project- Testing BookingHelper/069 Test Cases~.mp4 8MB
  44. 05 Breaking External Dependencies/057 An Example of a Mock Abuse~.mp4 8MB
  45. 06 Exercises/063 Refactoring InstallerHelper~.mp4 7MB
  46. 08 Project- HouseKeeperHelper/076 Introduction~.mp4 7MB
  47. 03 Core Unit Testing Techniques/034 Testing Methods that Raise an Event~.mp4 7MB
  48. 03 Core Unit Testing Techniques/032 Testing Void Methods~.mp4 7MB
  49. 08 Project- HouseKeeperHelper/078 Fixing a Design Issue~.mp4 7MB
  50. 01 Getting Started/012 Course Structure~.mp4 7MB
  51. 06 Exercises/067 Testing EmployeeController~.mp4 7MB
  52. 03 Core Unit Testing Techniques/036 Code Coverage~.mp4 7MB
  53. 05 Breaking External Dependencies/056 Fake as Little As Possible~.mp4 7MB
  54. 03 Core Unit Testing Techniques/033 Testing Methods that Throw Exceptions~.mp4 7MB
  55. 05 Breaking External Dependencies/055 Testing the Interaction Between Two Objects~.mp4 7MB
  56. 02 Fundamentals of Unit Testing/018 Naming and Organizing Tests~.mp4 7MB
  57. 01 Getting Started/011 What is Test-Driven Development~.mp4 7MB
  58. 05 Breaking External Dependencies/045 Introduction~.mp4 6MB
  59. 03 Core Unit Testing Techniques/031 Testing the Return Type of Methods~.mp4 6MB
  60. 02 Fundamentals of Unit Testing/022 Set Up and Tear Down~.mp4 6MB
  61. 02 Fundamentals of Unit Testing/020 Writing a Simple Unit Test~.mp4 6MB
  62. 05 Breaking External Dependencies/051 Dependency Injection Frameworks~.mp4 6MB
  63. 01 Getting Started/001 What is Automated Testing~.mp4 6MB
  64. 07 Project- Testing BookingHelper/068 Introduction~.mp4 5MB
  65. 01 Getting Started/004 Test Pyramid~.mp4 5MB
  66. 05 Breaking External Dependencies/049 Dependency Injection via Properties~.mp4 5MB
  67. 01 Getting Started/009 Refactoring with Confidence~.mp4 4MB
  68. 07 Project- Testing BookingHelper/073 Writing the Second Test~.mp4 4MB
  69. 06 Exercises/065 Exercise- EmployeeHelper~.mp4 4MB
  70. 02 Fundamentals of Unit Testing/016 Characteristics of Good Unit Tests~.mp4 4MB
  71. 02 Fundamentals of Unit Testing/019 Introducing Rider~.mp4 4MB
  72. 05 Breaking External Dependencies/054 State-based vs. Interaction Testing~.mp4 4MB
  73. 05 Breaking External Dependencies/052 Mocking Frameworks~.mp4 3MB
  74. 02 Fundamentals of Unit Testing/027 Summary~.mp4 3MB
  75. 02 Fundamentals of Unit Testing/024 Ignoring Tests~.mp4 2MB
  76. 06 Exercises/062 Exercise- InstallerHelper~.mp4 2MB
  77. 04 Exercises/039 19- Exercise- FizzBuzz~.mp4 2MB
  78. 06 Exercises/059 Exercise- VideoService~.mp4 2MB
  79. 04 Exercises/041 Exercise- DemeritPointsCalculator~.mp4 2MB
  80. 03 Core Unit Testing Techniques/038 Summary~.mp4 1MB
  81. 02 Fundamentals of Unit Testing/015 Introduction~.mp4 1MB
  82. 04 Exercises/043 Exercise- Stack~.mp4 1MB
  83. 01 Getting Started/013 Summary~.mp4 1MB
  84. 03 Core Unit Testing Techniques/028 Introduction~.mp4 763KB
  85. 01 Getting Started/006 Source Code~.mp4 339KB
  86. 08 Project- HouseKeeperHelper/086 Coupons to My Other Courses~.html 2KB
  87. 08 Project- HouseKeeperHelper/079 An Alternative Solution~.html 2KB
  88. 01 Getting Started/014 Asking Questions~.html 2KB
  89. Downloaded from Ahlanedu.com~.txt 996B
  90. Download - Lynda,Udemy,Skillshare,Teamtreehouse,Frontend Masters,Pluralsight,Phlearn,Coursera,Egghead,MasterClass~.txt 170B
  91. Visit us at www.Ahlanedu.com~.url 51B