Udemy - Mocks and Stubs - Test Doubles with Mockito

seeders: 0
leechers: 0
Added 4 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Mocks and Stubs - Test Doubles with Mockito (Size: 449.2 MB)
  1. Assignment - Errors in Dependencies.mp4 9 MB
  1. Assignment - Errors in Dependencies.srt 1.4 KB
  1. Assignment Complete the First Test.mp4 5.8 MB
  1. Assignment Complete the First Test.srt 921.6 B
  1. Assignment Testing Complex Methods.mp4 52.6 MB
  1. Assignment Testing Complex Methods.srt 4.7 KB
  1. Intro to Mockito.mp4 35 MB
  1. Intro to Mockito.srt 3.6 KB
  1. Overview - Mocks and Stubs.mp4 12.3 MB
  1. Overview - Mocks and Stubs.srt 1.4 KB
  1. Setup.html 1.4 KB
  1. Wrap Up and Next Steps.mp4 20.6 MB
  1. Wrap Up and Next Steps.srt 2.2 KB
  1. Writing the First Test.mp4 20.9 MB
  1. Writing the First Test.srt 2.4 KB
  2. Assignment - Make The Test Pass.mp4 1.4 MB
  2. Assignment - Make The Test Pass.srt 716.8 B
  2. Assignment - Test Doubles with Mockito.mp4 12.3 MB
  2. Assignment - Test Doubles with Mockito.srt 1.2 KB
  2. Assignment Description.html 307.2 B
  2. Bonus More Content!.html 614.4 B
  2. Project Overview.mp4 9.4 MB
  2. Project Overview.srt 2 KB
  2. Who is this course meant for.html 307.2 B
  3. Assignment Description.html 204.8 B
  3. Prerequisites.html 204.8 B
  3. Solution - Stubs with Exceptions.mp4 41.4 MB
  3. Solution - Stubs with Exceptions.srt 5.3 KB
  3. Solution Testing with Stubs.mp4 54.7 MB
  3. Solution Testing with Stubs.srt 5.8 KB
  3. Solution The First Test with Mocks.mp4 57.6 MB
  3. Solution The First Test with Mocks.srt 7.2 KB
  4. Solution - Test Doubles for Dependencies.mp4 37.9 MB
  4. Solution - Test Doubles for Dependencies.srt 4.3 KB
  4. Solution - Test Doubles using Mockito.mp4 72.1 MB
  4. Solution - Test Doubles using Mockito.srt 5.8 KB
  4. Solution Code.html 1 KB
  4. What We Will Learn.html 204.8 B
  5. Bonus Further Reading.html 307.2 B
  5. Bonus Test Doubles.html 512 B
  5. How To Use This Course.mp4 6.1 MB
  5. How To Use This Course.srt 921.6 B
  5. Solution - Code.html 716.8 B
  5. Solution Code.html 2.3 KB
  Bonus Resources.txt 307.2 B
  Get Bonus Downloads Here.url 204.8 B
  ▲ 51 total files

Description


Mocks and Stubs: Test Doubles with Mockito
https://DevCourseWeb.com

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 33 lectures (48m) | Size: 435.6 MB
Step by step guide to Mocks, Stubs, and Mockito. Includes hands-on exercises for each topic
What you'll learn:
Why do we need test doubles (mocks and stubs)?
Understand how the behaviour of an object can be verified using mocks
Understand how an interaction with an object can be simulated using stubs
Learn how to create mocks using Mockito
Test errors and exception scenarios using Mocks and Stubs

Requirements
Hands-on programming experience
Working knowledge of a unit testing framework such as JUnit or Jest
Experience writing unit tests for functions of intermediate complexity
Working knowledge of git, and a GitHub account

Description
Mocks are a special case objects that simulate real objects for testing. Mocks help you write Unit Test for complex, interconnected components, modules, and services.

This course teaches you everything you need to know about testing complex services with test doubles (Mocks and Stubs) in a way that is simple to understand. The course consitutes of videos, hands-on exercises and scenarios that guide you in the right direction and help you learn by doing things on your own.