Mockito

Test driven development in Java with Mockito Framework  eBooks & eLearning

Posted by ELK1nG at June 14, 2021
Test driven development in Java with Mockito Framework

Test driven development in Java with Mockito Framework
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.14 GB | Duration: 2h 56m

Learn to write compelling unit tests using latest Mockito 3 Framework. Grow as a java developer and programmer

Mockito Cookbook (Repost)  eBooks & eLearning

Posted by step778 at Oct. 17, 2020
Mockito Cookbook (Repost)

Marcin Grzejszczak, "Mockito Cookbook"
English | 2014 | pages: 284 | ISBN: 1783982748 | PDF | 1,5 mb

JUnit and Mockito Crash Course  eBooks & eLearning

Posted by BlackDove at April 27, 2022
JUnit and Mockito Crash Course

JUnit and Mockito Crash Course
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.49 GB | Duration: 121 lectures • 6h 3m


Learn how to use JUnit and Mockito and Unit Test in easy steps.

Mockito Fundamentals  eBooks & eLearning

Posted by IrGens at April 1, 2024
Mockito Fundamentals

Mockito Fundamentals
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 38m | 292 MB
Instructor: Aleksandar Vladimirov

JUnit and Mockito Unit Testing for Java Developers  eBooks & eLearning

Posted by IrGens at Oct. 23, 2020
JUnit and Mockito Unit Testing for Java Developers

JUnit and Mockito Unit Testing for Java Developers
.MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 2h 56m | 3.28 GB
Instructor: Matt Speake

Mockito Made Clear: Java Unit Testing with Mocks, Stubs, and Spies  eBooks & eLearning

Posted by IrGens at Nov. 10, 2023
Mockito Made Clear: Java Unit Testing with Mocks, Stubs, and Spies

Mockito Made Clear: Java Unit Testing with Mocks, Stubs, and Spies by Ken Kousen
English | January 24, 2023 | ISBN: 9781680509670, ASIN: B0BTKPBCQ2 | True PDF | 87 pages | 2.7 MB

Mockito Made Clear  eBooks & eLearning

Posted by GFX_MAN at Jan. 31, 2023
Mockito Made Clear

Mockito Made Clear
English | 2023 | ISBN: 9798888650127 | 88 pages | EPUB | 2.88 MB

Mockito is the most popular framework in the Java world for automating unit testing with dependencies. Learn the Mockito API and how and when to use stubs, mocks, and spies. On a deeper level, discover why the framework does what it does and how it can simplify unit testing in Java. Using Mockito, you'll be able to isolate the code you want to test from the behavior or state of external dependencies without coding details of the dependency. You'll gain insights into the Mockito API, save time when unit testing, and have confidence in your Java programs.

Mockito for Spring  eBooks & eLearning

Posted by DZ123 at Sept. 27, 2020
Mockito for Spring

Sujoy Acharya, "Mockito for Spring"
English | 2015 | ISBN: 1783983787 | PDF | pages: 178 | 1.4 mb

Mastery in Junit5, Mockito, Powermock, CodeCoverage  eBooks & eLearning

Posted by Sigha at April 25, 2020
Mastery in Junit5, Mockito, Powermock, CodeCoverage

Mastery in Junit5, Mockito, Powermock, CodeCoverage
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size:756 MB
Genre: eLearning Video | Duration: 32 lectures (1 hour, 48 mins) | Language: English

Learn Unit testing using Junit5, Mocking frameworks along with useful libraries and figure out the code-coverage.

Getting Started with Mockito 2  eBooks & eLearning

Posted by lucky_aut at June 7, 2023
Getting Started with Mockito 2

Getting Started with Mockito 2
Duration: 1h 23m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 228 MB
Genre: eLearning | Language: English

Writing unit tests is difficult if the dependencies between your application classes
make it difficult to draw a boundary between what you want to test and the rest of the codebase. Mockito helps you to easily create Java tests by using mock objects.