首页 磁力链接怎么用

[FreeCourseLab.com] Udemy - Unit Testing for C# Developers

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2019-8-14 23:07 2024-3-3 10:33 66 766.74 MB 83
二维码链接
[FreeCourseLab.com] Udemy - Unit Testing for C# Developers的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1. Getting Started/1. What is Automated Testing.mp45.62MB
  2. 1. Getting Started/10. Using NUnit in Visual Studio.mp49.2MB
  3. 1. Getting Started/11. What is Test-Driven Development.mp46.62MB
  4. 1. Getting Started/12. Course Structure.mp47.13MB
  5. 1. Getting Started/13. Summary.mp41.28MB
  6. 1. Getting Started/2. Benefits of Automated Testing.mp410.86MB
  7. 1. Getting Started/3. Types of Tests.mp418.88MB
  8. 1. Getting Started/4. Test Pyramid.mp45MB
  9. 1. Getting Started/5. The Tooling.mp413MB
  10. 1. Getting Started/6. Source Code.mp4338.79KB
  11. 1. Getting Started/7. Writing Your First Unit Test.mp415.52MB
  12. 1. Getting Started/8. Testing All the Execution Tests.mp411.64MB
  13. 1. Getting Started/9. Refactoring with Confidence.mp44.44MB
  14. 2. Fundamentals of Unit Testing/1. Introduction.mp41.4MB
  15. 2. Fundamentals of Unit Testing/10. Ignoring Tests.mp42.3MB
  16. 2. Fundamentals of Unit Testing/11. Writing Trustworthy Tests.mp414MB
  17. 2. Fundamentals of Unit Testing/12. Developers Who Don't Write Tests.mp422.93MB
  18. 2. Fundamentals of Unit Testing/13. Summary.mp42.63MB
  19. 2. Fundamentals of Unit Testing/2. Characteristics of Good Unit Tests.mp43.96MB
  20. 2. Fundamentals of Unit Testing/3. What to Test and What Not to Test.mp48.65MB
  21. 2. Fundamentals of Unit Testing/4. Naming and Organizing Tests.mp46.85MB
  22. 2. Fundamentals of Unit Testing/5. Introducing Rider.mp43.68MB
  23. 2. Fundamentals of Unit Testing/6. Writing a Simple Unit Test.mp45.82MB
  24. 2. Fundamentals of Unit Testing/7. Black-box Testing.mp411.46MB
  25. 2. Fundamentals of Unit Testing/8. Set Up and Tear Down.mp46.02MB
  26. 2. Fundamentals of Unit Testing/9. Parameterized Tests.mp48.57MB
  27. 3. Core Unit Testing Techniques/1. Introduction.mp4762.99KB
  28. 3. Core Unit Testing Techniques/10. Testing in the Real-world.mp415.9MB
  29. 3. Core Unit Testing Techniques/11. Summary.mp41.5MB
  30. 3. Core Unit Testing Techniques/2. Testing Strings.mp49.78MB
  31. 3. Core Unit Testing Techniques/3. Testing Arrays and Collections.mp49.85MB
  32. 3. Core Unit Testing Techniques/4. Testing the Return Type of Methods.mp46.09MB
  33. 3. Core Unit Testing Techniques/5. Testing Void Methods.mp47.27MB
  34. 3. Core Unit Testing Techniques/6. Testing Methods that Throw Exceptions.mp46.91MB
  35. 3. Core Unit Testing Techniques/7. Testing Methods that Raise an Event.mp47.37MB
  36. 3. Core Unit Testing Techniques/8. Testing Private Methods.mp415.75MB
  37. 3. Core Unit Testing Techniques/9. Code Coverage.mp47MB
  38. 4. Exercises/1. 19- Exercise- FizzBuzz.mp42.05MB
  39. 4. Exercises/2. 20- Solution- FizzBuzz.mp49.36MB
  40. 4. Exercises/3. Exercise- DemeritPointsCalculator.mp41.53MB
  41. 4. Exercises/4. Solution- DemeritPointsCalculator.mp426.51MB
  42. 4. Exercises/5. Exercise- Stack.mp41.38MB
  43. 4. Exercises/6. Solution- Stack.mp426.72MB
  44. 5. Breaking External Dependencies/1. Introduction.mp46.16MB
  45. 5. Breaking External Dependencies/10. State-based vs. Interaction Testing.mp43.63MB
  46. 5. Breaking External Dependencies/11. Testing the Interaction Between Two Objects.mp46.89MB
  47. 5. Breaking External Dependencies/12. Fake as Little As Possible.mp46.94MB
  48. 5. Breaking External Dependencies/13. An Example of a Mock Abuse.mp47.54MB
  49. 5. Breaking External Dependencies/14. Who Should Write Tests.mp48.96MB
  50. 5. Breaking External Dependencies/2. Loosely-coupled and Testable Code.mp48.46MB
  51. 5. Breaking External Dependencies/3. Refactoring Towards a Loosely-coupled Design.mp414.48MB
  52. 5. Breaking External Dependencies/4. Dependency Injection via Method Parameters.mp48.37MB
  53. 5. Breaking External Dependencies/5. Dependency Injection via Properties.mp44.66MB
  54. 5. Breaking External Dependencies/6. Dependency Injection via Constructor.mp410.63MB
  55. 5. Breaking External Dependencies/7. Dependency Injection Frameworks.mp45.69MB
  56. 5. Breaking External Dependencies/8. Mocking Frameworks.mp43.18MB
  57. 5. Breaking External Dependencies/9. Creating Mock Objects Using Moq.mp412.41MB
  58. 6. Exercises/1. Exercise- VideoService.mp41.6MB
  59. 6. Exercises/2. Refactoring.mp49.86MB
  60. 6. Exercises/3. Testing.mp414.86MB
  61. 6. Exercises/4. Exercise- InstallerHelper.mp42.21MB
  62. 6. Exercises/5. Refactoring InstallerHelper.mp47.48MB
  63. 6. Exercises/6. Testing InstallerHelper.mp414.09MB
  64. 6. Exercises/7. Exercise- EmployeeHelper.mp44.07MB
  65. 6. Exercises/8. Refactoring EmployeeController.mp49.16MB
  66. 6. Exercises/9. Testing EmployeeController.mp47.03MB
  67. 7. Project- Testing BookingHelper/1. Introduction.mp45.02MB
  68. 7. Project- Testing BookingHelper/2. Test Cases.mp48.1MB
  69. 7. Project- Testing BookingHelper/3. Extracting IBooking Repository.mp417.32MB
  70. 7. Project- Testing BookingHelper/4. Writing the First Test.mp411.57MB
  71. 7. Project- Testing BookingHelper/5. Refactoring.mp420.93MB
  72. 7. Project- Testing BookingHelper/6. Writing the Second Test.mp44.41MB
  73. 7. Project- Testing BookingHelper/7. Fixing a Bug.mp411.53MB
  74. 7. Project- Testing BookingHelper/8. Writing Additional Tests.mp414.88MB
  75. 8. Project- HouseKeeperHelper/1. Introduction.mp47.43MB
  76. 8. Project- HouseKeeperHelper/10. Testing Exceptions.mp410.32MB
  77. 8. Project- HouseKeeperHelper/2. Refactoring For Testability.mp418.59MB
  78. 8. Project- HouseKeeperHelper/3. Fixing a Design Issue.mp47.24MB
  79. 8. Project- HouseKeeperHelper/5. Writing the First Interaction Test.mp420.64MB
  80. 8. Project- HouseKeeperHelper/6. Keeping Tests Clean.mp416.36MB
  81. 8. Project- HouseKeeperHelper/7. Testing a Method is Not Called.mp415.72MB
  82. 8. Project- HouseKeeperHelper/8. Another Interaction Test.mp415.03MB
  83. 8. Project- HouseKeeperHelper/9. Extracting Helper Methods.mp419.82MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统