Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
88 results
Learn a practical approach to unit testing Java methods that call protected methods using JUnit and Mockito, with a focus on ...
0 views
1d ago
Learn how to write fast, reliable Java unit tests with Mockito by decoupling your code from the real file system. In Day 10 of ...
2 views
2d ago
Choose the right boundary for an Android test. Follow one teaching app from its first accepted use to a refused repeat: local JUnit ...
1 view
4d ago
Unit tests help developers verify small pieces of software in isolation and catch regressions before changes reach production.
14 views
Twenty cases out of five test methods, and no new dependency to get them — the parameterised artifact was already on the ...
8 views
6d ago
MASTER GITHUB COPILOT WITH PRACTICAL JAVA EXAMPLES Want to learn GitHub Copilot beyond basic code completion?
7d ago
The suite is green, it is slow to read, and nobody trusts it — an engineering problem rather than a testing one. This unit fixes the ...
4 views
Write fast, isolated unit tests using JUnit 5 assertions, parameterized tests, and stubbing dependencies with Mockito. Master ...
5d ago
Website Link: www.systemdrd.com Learn how to build AstraKV, a Java 17 in-memory key-value store, using a real Maven project ...
11 views
Introduction When writing unit tests with Mockito and JUnit, you might wonder whether it's useful to verify that a mocked object is ...
Learn how to inject disk write failures in Java unit tests with Mockito. This lesson shows how to mock FileChannel, throw ...
Stub, mock, spy and fake are four different things used as though they were one, and this unit settles the vocabulary with four real ...
5 views
The suite is green. The repository cannot possibly work. This unit is about how both end up true at once: the mocked test was ...
A hundred percent of lines and a hundred percent of branches, over a method that gets a customer's bill wrong by one character.
Two tests fail on the same bug and only one of them tells you what is wrong. This unit measures the difference in characters ...
3 views
The same server, compiled ahead of time into one binary with no JVM to start — and the honest question underneath: what does a ...
36 views
Every other unit in this course has refused to put one wall-clock number on a slide, and this unit's tool exists to produce durations ...
It passes on your laptop and fails on the build machine, and two properties of the machine are the reason. The first is speed: a ...
9 views
Twenty orders at once, and one question: which of these lines belong to this one? This unit puts an id into the logging context ...
10 views
Your capstone has been printing one line this whole time, once per module: no tests to run. This unit takes the smallest honest ...