首页 磁力链接怎么用

[GigaCourse.Com] Udemy - JavaScript Unit Testing - The Practical Guide

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-3-20 20:30 2024-5-1 16:35 85 2.23 GB 85
二维码链接
[GigaCourse.Com] Udemy - JavaScript Unit Testing - The Practical Guide的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Getting Started/001 Welcome To This Course!.mp417.17MB
  2. 01 - Getting Started/002 What Is Testing.mp421.16MB
  3. 01 - Getting Started/003 Unit Testing What & Why.mp418.45MB
  4. 01 - Getting Started/004 Unit vs Integration vs E2E Tests.mp429.57MB
  5. 01 - Getting Started/005 A Quick Note About Test-Driven Development (TDD).mp45.44MB
  6. 01 - Getting Started/006 About This Course.mp425.74MB
  7. 02 - Setup & Testing Software/001 Module Introduction.mp43.43MB
  8. 02 - Setup & Testing Software/002 Which Tools Are Needed For Testing.mp428.65MB
  9. 02 - Setup & Testing Software/003 Jest & Vitest.mp449.65MB
  10. 02 - Setup & Testing Software/004 Installing Vitest.mp49.7MB
  11. 02 - Setup & Testing Software/005 Course Project Setup.mp451.93MB
  12. 03 - Testing Basics/001 Module Introduction.mp43.66MB
  13. 03 - Testing Basics/002 Basic Test File & Project Setup.mp438.04MB
  14. 03 - Testing Basics/003 Writing a First Test.mp440.7MB
  15. 03 - Testing Basics/004 Running Tests.mp427.92MB
  16. 03 - Testing Basics/005 Why Are We Testing.mp415.47MB
  17. 03 - Testing Basics/006 The AAA Pattern - Arrange, Act, Assert.mp426.52MB
  18. 03 - Testing Basics/007 Keep Your Tests Simple!.mp48.95MB
  19. 03 - Testing Basics/008 Defining Behaviors & Fixing Errors In Your Code.mp448.93MB
  20. 03 - Testing Basics/009 Demo Writing More Tests.mp431.04MB
  21. 03 - Testing Basics/010 Testing For Errors.mp427.32MB
  22. 03 - Testing Basics/011 Demo Adding More Tests.mp423.85MB
  23. 03 - Testing Basics/012 Testing For Thrown Errors & Error Messages.mp433.4MB
  24. 03 - Testing Basics/013 Exercise Problem.mp49.21MB
  25. 03 - Testing Basics/014 Exercise Solution.mp431.79MB
  26. 03 - Testing Basics/015 Tests With Multiple Assertions (Multiple Expectations).mp438.09MB
  27. 03 - Testing Basics/016 More Practice!.mp425.25MB
  28. 03 - Testing Basics/017 Introducing Test Suites.mp445.86MB
  29. 03 - Testing Basics/018 Adding Tests To Frontend & Backend Projects.mp431.66MB
  30. 03 - Testing Basics/019 Module Summary.mp418.2MB
  31. 04 - Writing Good Tests/001 Module Introduction.mp44.53MB
  32. 04 - Writing Good Tests/002 What To Test & Not To Test.mp437.41MB
  33. 04 - Writing Good Tests/003 Writing Good Tests - An Overview & Summary.mp426.68MB
  34. 04 - Writing Good Tests/004 Only Test One Thing.mp49.88MB
  35. 04 - Writing Good Tests/005 Splitting Functions For Easier Testing & Better Code.mp445.66MB
  36. 04 - Writing Good Tests/006 Refactoring Code.mp475.25MB
  37. 04 - Writing Good Tests/007 Formulating Different Expectations.mp447.96MB
  38. 04 - Writing Good Tests/009 Module Summary.mp412.07MB
  39. 05 - Integration Tests/001 Module Introduction.mp44.72MB
  40. 05 - Integration Tests/002 Introducing Integration Tests.mp416.43MB
  41. 05 - Integration Tests/003 Writing an Integration Test & Reasoning.mp444.04MB
  42. 05 - Integration Tests/004 Testing For Errors.mp417.95MB
  43. 05 - Integration Tests/005 Integration vs Unit Tests Finding the Right Balance.mp420.52MB
  44. 06 - Advanced Testing Concepts/001 Module Introduction.mp43.67MB
  45. 06 - Advanced Testing Concepts/002 toBe() vs toEqual().mp434.81MB
  46. 06 - Advanced Testing Concepts/003 The Problem With Asynchronous Code.mp438.88MB
  47. 06 - Advanced Testing Concepts/004 Testing Asynchronous Code With Callbacks.mp432.44MB
  48. 06 - Advanced Testing Concepts/005 Testing Asynchronous Code With Promises & async await.mp432.58MB
  49. 06 - Advanced Testing Concepts/007 Getting Started with Testing Hooks.mp411.28MB
  50. 06 - Advanced Testing Concepts/008 Why Hooks.mp438.16MB
  51. 06 - Advanced Testing Concepts/009 Using Testing Hooks (beforeEach, beforeAll, afterEach, afterAll).mp444.23MB
  52. 06 - Advanced Testing Concepts/010 Concurrent Tests.mp417.66MB
  53. 06 - Advanced Testing Concepts/012 Module Summary.mp413.79MB
  54. 07 - Mocking & Spies Dealing with Side Effects/001 Module Introduction.mp43.27MB
  55. 07 - Mocking & Spies Dealing with Side Effects/002 The Starting Project.mp422.47MB
  56. 07 - Mocking & Spies Dealing with Side Effects/003 The Problem With Side Effects & Tests.mp443.14MB
  57. 07 - Mocking & Spies Dealing with Side Effects/004 Introducing Spies & Mocks.mp45.85MB
  58. 07 - Mocking & Spies Dealing with Side Effects/005 Working with Spies.mp433.74MB
  59. 07 - Mocking & Spies Dealing with Side Effects/006 Getting Started with Mocks & Automocking.mp438.31MB
  60. 07 - Mocking & Spies Dealing with Side Effects/007 Note on Mocking.mp414.84MB
  61. 07 - Mocking & Spies Dealing with Side Effects/008 Notes on Spies.mp410.84MB
  62. 07 - Mocking & Spies Dealing with Side Effects/009 Custom Mocking Logic.mp456.84MB
  63. 07 - Mocking & Spies Dealing with Side Effects/010 Managing Custom Mock Implementations Globally (__mocks__ Folder).mp443.24MB
  64. 07 - Mocking & Spies Dealing with Side Effects/011 More Mocking Functionalities.mp412.04MB
  65. 07 - Mocking & Spies Dealing with Side Effects/012 Module Summary.mp46.04MB
  66. 08 - More on Mocking & Diving Deeper/001 Module Introduction.mp43.24MB
  67. 08 - More on Mocking & Diving Deeper/002 The Starting Project.mp417.19MB
  68. 08 - More on Mocking & Diving Deeper/003 Refresher Practicing Basic Tests (1).mp450.53MB
  69. 08 - More on Mocking & Diving Deeper/004 Refresher Practicing Basic Tests (2).mp434.13MB
  70. 08 - More on Mocking & Diving Deeper/005 Reasons to Mock.mp414.84MB
  71. 08 - More on Mocking & Diving Deeper/006 Mocking Global Values & Functions.mp463.65MB
  72. 08 - More on Mocking & Diving Deeper/008 Test-specific Mocking Logic.mp460.59MB
  73. 08 - More on Mocking & Diving Deeper/009 Mocking In Selected Places.mp448.94MB
  74. 08 - More on Mocking & Diving Deeper/010 Using Local Mock Values.mp455.28MB
  75. 08 - More on Mocking & Diving Deeper/011 Module Summary.mp411.49MB
  76. 09 - Testing & The DOM (Frontend JavaScript Testing)/001 Module Introduction.mp43.45MB
  77. 09 - Testing & The DOM (Frontend JavaScript Testing)/002 Understanding the Problem.mp426.68MB
  78. 09 - Testing & The DOM (Frontend JavaScript Testing)/003 Working with Different Testing Environments.mp425.04MB
  79. 09 - Testing & The DOM (Frontend JavaScript Testing)/004 Setting up a Virtual HTML Page.mp443.43MB
  80. 09 - Testing & The DOM (Frontend JavaScript Testing)/005 Testing DOM Functionalities.mp426.37MB
  81. 09 - Testing & The DOM (Frontend JavaScript Testing)/006 DOM Tests & Cleanup Work.mp428.78MB
  82. 09 - Testing & The DOM (Frontend JavaScript Testing)/007 Finishing Example.mp413.88MB
  83. 09 - Testing & The DOM (Frontend JavaScript Testing)/008 A Brief Look at the Testing Library Package.mp412.48MB
  84. 09 - Testing & The DOM (Frontend JavaScript Testing)/009 Module Summary.mp410.32MB
  85. 10 - Course Roundup/001 Course Roundup.mp422.65MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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