首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[Udemy] JavaScript Unit Testing - The Practical Guide Updated 5-2022 [EN]
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-7-22 03:46
2024-11-6 12:40
175
1.82 GB
85
磁力链接
magnet:?xt=urn:btih:17e103add63b72d84f8b954a17dc8c6a62206018
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjE3ZTEwM2FkZDYzYjcyZDg0ZjhiOTU0YTE3ZGM4YzZhNjIyMDYwMThaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Udemy
JavaScript
Unit
Testing
-
The
Practical
Guide
Updated
5-2022
EN
文件列表
01 Getting Started/001 Welcome To This Course!.mp4
7.97MB
01 Getting Started/002 What Is Testing_.mp4
19.05MB
01 Getting Started/003 Unit Testing_ What & Why_.mp4
12.35MB
01 Getting Started/004 Unit vs Integration vs E2E Tests.mp4
18.19MB
01 Getting Started/005 A Quick Note About Test-Driven Development (TDD).mp4
3.56MB
01 Getting Started/006 About This Course.mp4
17.26MB
02 Setup & Testing Software/001 Module Introduction.mp4
2.23MB
02 Setup & Testing Software/002 Which Tools Are Needed For Testing_.mp4
19.32MB
02 Setup & Testing Software/003 Jest & Vitest.mp4
88.6MB
02 Setup & Testing Software/004 Installing Vitest.mp4
5.89MB
02 Setup & Testing Software/005 Course Project Setup.mp4
68.3MB
03 Testing Basics/001 Module Introduction.mp4
3.66MB
03 Testing Basics/002 Basic Test File & Project Setup.mp4
27.35MB
03 Testing Basics/003 Writing a First Test.mp4
23.84MB
03 Testing Basics/004 Running Tests.mp4
17.46MB
03 Testing Basics/005 Why Are We Testing_.mp4
10.09MB
03 Testing Basics/006 The AAA Pattern - Arrange, Act, Assert.mp4
16.47MB
03 Testing Basics/007 Keep Your Tests Simple!.mp4
5.97MB
03 Testing Basics/008 Defining Behaviors & Fixing Errors In Your Code.mp4
29.66MB
03 Testing Basics/009 Demo_ Writing More Tests.mp4
18.4MB
03 Testing Basics/010 Testing For Errors.mp4
17.28MB
03 Testing Basics/011 Demo_ Adding More Tests.mp4
37.65MB
03 Testing Basics/012 Testing For Thrown Errors & Error Messages.mp4
20.09MB
03 Testing Basics/013 Exercise_ Problem.mp4
5.87MB
03 Testing Basics/014 Exercise_ Solution.mp4
19.19MB
03 Testing Basics/015 Tests With Multiple Assertions (Multiple Expectations).mp4
29.25MB
03 Testing Basics/016 More Practice!.mp4
17.63MB
03 Testing Basics/017 Introducing Test Suites.mp4
57.51MB
03 Testing Basics/018 Adding Tests To Frontend & Backend Projects.mp4
21.74MB
03 Testing Basics/019 Module Summary.mp4
24.04MB
04 Writing Good Tests/001 Module Introduction.mp4
2.94MB
04 Writing Good Tests/002 What To Test & Not To Test.mp4
22.07MB
04 Writing Good Tests/003 Writing Good Tests - An Overview & Summary.mp4
35.02MB
04 Writing Good Tests/004 Only Test _One Thing_.mp4
7.28MB
04 Writing Good Tests/005 Splitting Functions For Easier Testing & Better Code.mp4
23.85MB
04 Writing Good Tests/006 Refactoring Code.mp4
132.46MB
04 Writing Good Tests/007 Formulating Different Expectations.mp4
34.94MB
04 Writing Good Tests/009 Module Summary.mp4
9.45MB
05 Integration Tests/001 Module Introduction.mp4
2.96MB
05 Integration Tests/002 Introducing Integration Tests.mp4
10.46MB
05 Integration Tests/003 Writing an Integration Test & Reasoning.mp4
25.54MB
05 Integration Tests/004 Testing For Errors.mp4
11MB
05 Integration Tests/005 Integration vs Unit Tests_ Finding the Right Balance.mp4
16.43MB
06 Advanced Testing Concepts/001 Module Introduction.mp4
2.36MB
06 Advanced Testing Concepts/002 toBe() vs toEqual().mp4
26.54MB
06 Advanced Testing Concepts/003 The Problem With Asynchronous Code.mp4
24.1MB
06 Advanced Testing Concepts/004 Testing Asynchronous Code With Callbacks.mp4
20.3MB
06 Advanced Testing Concepts/005 Testing Asynchronous Code With Promises & async _ await.mp4
19.25MB
06 Advanced Testing Concepts/007 Getting Started with _Testing Hooks_.mp4
5.77MB
06 Advanced Testing Concepts/008 Why Hooks_.mp4
20.24MB
06 Advanced Testing Concepts/009 Using Testing Hooks (beforeEach, beforeAll, afterEach, afterAll).mp4
33.7MB
06 Advanced Testing Concepts/010 Concurrent Tests.mp4
9.54MB
06 Advanced Testing Concepts/012 Module Summary.mp4
7.64MB
07 Mocking & Spies_ Dealing with Side Effects/001 Module Introduction.mp4
2.08MB
07 Mocking & Spies_ Dealing with Side Effects/002 The Starting Project.mp4
13.73MB
07 Mocking & Spies_ Dealing with Side Effects/003 The Problem With Side Effects & Tests.mp4
26.46MB
07 Mocking & Spies_ Dealing with Side Effects/004 Introducing Spies & Mocks.mp4
4.03MB
07 Mocking & Spies_ Dealing with Side Effects/005 Working with Spies.mp4
30.19MB
07 Mocking & Spies_ Dealing with Side Effects/006 Getting Started with Mocks & Automocking.mp4
28.34MB
07 Mocking & Spies_ Dealing with Side Effects/007 Note on Mocking.mp4
9.19MB
07 Mocking & Spies_ Dealing with Side Effects/008 Notes on Spies.mp4
6.28MB
07 Mocking & Spies_ Dealing with Side Effects/009 Custom Mocking Logic.mp4
43.15MB
07 Mocking & Spies_ Dealing with Side Effects/010 Managing Custom Mock Implementations Globally (__mocks__ Folder).mp4
31.27MB
07 Mocking & Spies_ Dealing with Side Effects/011 More Mocking Functionalities.mp4
6.81MB
07 Mocking & Spies_ Dealing with Side Effects/012 Module Summary.mp4
5.47MB
08 More on Mocking & Diving Deeper/001 Module Introduction.mp4
2.14MB
08 More on Mocking & Diving Deeper/002 The Starting Project.mp4
10.3MB
08 More on Mocking & Diving Deeper/003 Refresher_ Practicing Basic Tests (1).mp4
35.15MB
08 More on Mocking & Diving Deeper/004 Refresher_ Practicing Basic Tests (2).mp4
25.07MB
08 More on Mocking & Diving Deeper/005 Reasons to Mock.mp4
9.42MB
08 More on Mocking & Diving Deeper/006 Mocking Global Values & Functions.mp4
45.19MB
08 More on Mocking & Diving Deeper/008 Test-specific Mocking Logic.mp4
42.23MB
08 More on Mocking & Diving Deeper/009 Mocking In Selected Places.mp4
39.09MB
08 More on Mocking & Diving Deeper/010 Using Local Mock Values.mp4
87.83MB
08 More on Mocking & Diving Deeper/011 Module Summary.mp4
9.27MB
09 Testing & The DOM (Frontend JavaScript Testing)/001 Module Introduction.mp4
2.26MB
09 Testing & The DOM (Frontend JavaScript Testing)/002 Understanding the Problem.mp4
20.47MB
09 Testing & The DOM (Frontend JavaScript Testing)/003 Working with Different Testing Environments.mp4
20.71MB
09 Testing & The DOM (Frontend JavaScript Testing)/004 Setting up a Virtual HTML Page.mp4
30.22MB
09 Testing & The DOM (Frontend JavaScript Testing)/005 Testing DOM Functionalities.mp4
21.98MB
09 Testing & The DOM (Frontend JavaScript Testing)/006 DOM Tests & Cleanup Work.mp4
20.33MB
09 Testing & The DOM (Frontend JavaScript Testing)/007 Finishing Example.mp4
9.27MB
09 Testing & The DOM (Frontend JavaScript Testing)/008 A Brief Look at the _Testing Library_ Package.mp4
9.51MB
09 Testing & The DOM (Frontend JavaScript Testing)/009 Module Summary.mp4
18.46MB
10 Course Roundup/001 Course Roundup.mp4
28.98MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统