ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

88 results

vlogommentary
How to Unit Test protected Methods in Java Using JUnit and Mockito

Learn a practical approach to unit testing Java methods that call protected methods using JUnit and Mockito, with a focus on ...

3:54
How to Unit Test protected Methods in Java Using JUnit and Mockito

0 views

1d ago

Hands On Course Demo
Day 10: Mockito Unit Testing in Java: Mock File System I/O Without Touching Disk

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:21
Day 10: Mockito Unit Testing in Java: Mock File System I/O Without Touching Disk

2 views

2d ago

Test Systems
Android Unit vs Instrumented Tests: Check the Rule and the Screen

Choose the right boundary for an Android test. Follow one teaching app from its first accepted use to a refused repeat: local JUnit ...

4:01
Android Unit vs Instrumented Tests: Check the Rule and the Screen

1 view

4d ago

Uplatz
S13 | Writing Effective Unit Tests | SDA Best Practices | Uplatz

Unit tests help developers verify small pieces of software in isolation and catch regressions before changes reach production.

7:51
S13 | Writing Effective Unit Tests | SDA Best Practices | Uplatz

14 views

2d ago

Learn Programming With Vivek
Build & Test: Parameterized and Dynamic Tests | Unit 12

Twenty cases out of five test methods, and no new dependency to get them — the parameterised artifact was already on the ...

6:33
Build & Test: Parameterized and Dynamic Tests | Unit 12

8 views

6d ago

GitHub Copilot for beginners & professionals
GitHub Copilot: Generate JUnit Tests + JaCoCo Code Coverage

MASTER GITHUB COPILOT WITH PRACTICAL JAVA EXAMPLES Want to learn GitHub Copilot beyond basic code completion?

8:06
GitHub Copilot: Generate JUnit Tests + JaCoCo Code Coverage

8 views

7d ago

Learn Programming With Vivek
Build & Test: Test Architecture: Naming, Builders, Flakiness | Unit 18

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 ...

6:32
Build & Test: Test Architecture: Naming, Builders, Flakiness | Unit 18

4 views

6d ago

CodeLoopAI
Why String + Loops Ruin Java Memory Performance!

Write fast, isolated unit tests using JUnit 5 assertions, parameterized tests, and stubbing dependencies with Mockito. Master ...

1:30
Why String + Loops Ruin Java Memory Performance!

2 views

5d ago

Hands On Course Demo
Day 3:  AstraKV Maven Build Lifecycle | Java 17 Key-Value Store, JUnit Tests & Engine Health Check

Website Link: www.systemdrd.com Learn how to build AstraKV, a Java 17 in-memory key-value store, using a real Maven project ...

1:22
Day 3: AstraKV Maven Build Lifecycle | Java 17 Key-Value Store, JUnit Tests & Engine Health Check

11 views

5d ago

vlogommentary
Should You Use assertNotNull on Mockito @ Mock Objects in JUnit Tests?

Introduction When writing unit tests with Mockito and JUnit, you might wonder whether it's useful to verify that a mocked object is ...

1:52
Should You Use assertNotNull on Mockito @ Mock Objects in JUnit Tests?

0 views

1d ago

Hands On Course Demo
Day 11:  Mock Disk Failures with Mockito | Test Java LogWriter Recovery & Commit Index Integrity

Learn how to inject disk write failures in Java unit tests with Mockito. This lesson shows how to mock FileChannel, throw ...

1:55
Day 11: Mock Disk Failures with Mockito | Test Java LogWriter Recovery & Commit Index Integrity

2 views

2d ago

Learn Programming With Vivek
Build & Test: Test Doubles and Mockito | Unit 14

Stub, mock, spy and fake are four different things used as though they were one, and this unit settles the vocabulary with four real ...

6:33
Build & Test: Test Doubles and Mockito | Unit 14

5 views

6d ago

Learn Programming With Vivek
Build & Test: Mockito's Sharp Edges | Unit 15

The suite is green. The repository cannot possibly work. This unit is about how both end up true at once: the mocked test was ...

6:38
Build & Test: Mockito's Sharp Edges | Unit 15

11 views

6d ago

Learn Programming With Vivek
Build & Test: Coverage, and What It Does Not Tell You | Unit 17

A hundred percent of lines and a hundred percent of branches, over a method that gets a customer's bill wrong by one character.

6:47
Build & Test: Coverage, and What It Does Not Tell You | Unit 17

5 views

6d ago

Learn Programming With Vivek
Build & Test: AssertJ: Failure Messages That Help | Unit 13

Two tests fail on the same bug and only one of them tells you what is wrong. This unit measures the difference in characters ...

6:34
Build & Test: AssertJ: Failure Messages That Help | Unit 13

3 views

6d ago

Learn Programming With Vivek
Build & Test: GraalVM Native Image | Unit 27

The same server, compiled ahead of time into one binary with no JVM to start — and the honest question underneath: what does a ...

6:28
Build & Test: GraalVM Native Image | Unit 27

36 views

5d ago

Learn Programming With Vivek
Build & Test: JMH and JFR: Honest Measurement | Unit 22

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 ...

6:48
Build & Test: JMH and JFR: Honest Measurement | Unit 22

8 views

6d ago

Learn Programming With Vivek
Build & Test: Testing Concurrency and Time | Unit 16

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 ...

6:30
Build & Test: Testing Concurrency and Time | Unit 16

9 views

6d ago

Learn Programming With Vivek
Build & Test: Appenders, Patterns, Rolling and MDC | Unit 20

Twenty orders at once, and one question: which of these lines belong to this one? This unit puts an id into the logging context ...

6:23
Build & Test: Appenders, Patterns, Rolling and MDC | Unit 20

10 views

6d ago

Learn Programming With Vivek
Build & Test: JUnit 6, Properly | Unit 11

Your capstone has been printing one line this whole time, once per module: no tests to run. This unit takes the smallest honest ...

6:46
Build & Test: JUnit 6, Properly | Unit 11

4 views

6d ago