ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,978 results

King Kodes
Building and Testing a Java Utility Class (Walkthrough)

A MathUtils class with static methods to perform various mathematical operations. #applicationdeveloper ...

13:07
Building and Testing a Java Utility Class (Walkthrough)

13 views

11 months ago

The Debug Zone
Mockito Mocking: How to Prevent Actual Method Calls in Unit Tests

In this video, we dive into the world of Mockito, a powerful framework for Java unit testing. Learn how to effectively mock objects ...

2:18
Mockito Mocking: How to Prevent Actual Method Calls in Unit Tests

9 views

5 months ago

Peter Schneider
Softwareengineering: Should each method have a separate JUnit test class?

Should each method have a separate JUnit test class? I hope you found a solution that worked for you :) The Content is licensed ...

5:21
Softwareengineering: Should each method have a separate JUnit test class?

2 views

11 months ago

The Debug Zone
How to Use @FlakyTest Annotation in Your Java Tests: A Complete Guide

In this video, we dive into the powerful @FlakyTest annotation in Java, a game-changer for developers dealing with unreliable ...

1:41
How to Use @FlakyTest Annotation in Your Java Tests: A Complete Guide

0 views

1 month ago

The Debug Zone
How to Include Unit Test Classes in JavaDoc: A Step-by-Step Guide

In this video, we'll explore the importance of integrating unit test classes into your JavaDoc documentation. Properly documenting ...

1:31
How to Include Unit Test Classes in JavaDoc: A Step-by-Step Guide

8 views

5 months ago

Otavio Santana
Why Test Is a Long-Term Investment for Developers

Also recommended: Testing Java Microservices Want to go further in your journey to become an Ultimate Software Engineer?

7:33
Why Test Is a Long-Term Investment for Developers

75 views

9 months ago

Edgars Garsneks
DIY Testing Framework - Java Reflection API #8

Ever wondered how JUnit actually works under the hood? In this video, we'll build our own mini unit testing framework from ...

43:04
DIY Testing Framework - Java Reflection API #8

70 views

3 months ago

Alex Demko
Best Testing Tools in 2025 for Python, PHP, JS & Java 💥 | PyTest, PHPUnit, Jest, Selenium & More

Not sure which testing tool to use in your project? In this video, I break down the best automated testing tools for the most ...

15:09
Best Testing Tools in 2025 for Python, PHP, JS & Java 💥 | PyTest, PHPUnit, Jest, Selenium & More

95 views

6 months ago

The Debug Zone
Using ReflectionTestUtils.setField() in JUnit Testing: A Complete Guide

setField() in JUnit testing. Whether you're a seasoned developer or just starting with unit tests, understanding how to manipulate ...

2:39
Using ReflectionTestUtils.setField() in JUnit Testing: A Complete Guide

5 views

8 months ago

TalkTensors: AI Podcast Covering ML Papers
LLMs + Static Analysis: Smarter Unit Test Generation

This episode dives into a research paper, Static Program Analysis Guided LLM Based Unit Test Generation, exploring how Large ...

21:38
LLMs + Static Analysis: Smarter Unit Test Generation

19 views

10 months ago

The Debug Zone
JUnit Testing: Understanding the Difference Between Assume and Assert

Related to: #junittesting, #assumevsassert, #junittutorial, #unittesting, #softwaretesting, #javatesting, #testingframeworks, ...

1:55
JUnit Testing: Understanding the Difference Between Assume and Assert

1 view

9 months ago

Sophia Wagner
Softwareengineering: How do you unit test private methods?

How do you unit test private methods? Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

4:51
Softwareengineering: How do you unit test private methods?

2 views

1 month ago

The Linux Foundation
The future of language-specific rules in Bazel

At present, the language specific rules (Java, C++, Android) are part of Bazel's binary and their unit tests are not exposed, which ...

17:13
The future of language-specific rules in Bazel

121 views

9 months ago

The Debug Zone
How to Read Resource Files in Unit Tests: A Step-by-Step Guide

Join us as we walk through a step-by-step guide to mastering this important aspect of unit testing! Today's Topic: How to Read ...

2:20
How to Read Resource Files in Unit Tests: A Step-by-Step Guide

3 views

6 months ago

The Debug Zone
How to Mock getClass() in Java: Tips and Best Practices for Testing

In this video, we dive into the intricacies of mocking the `getClass()` method in Java, a crucial skill for effective unit testing.

3:10
How to Mock getClass() in Java: Tips and Best Practices for Testing

2 views

3 months ago

The Debug Zone
Handling Exceptions in Mocked RxJava2 Observables for Unit Testing

In this video, we dive into the intricacies of handling exceptions in mocked RxJava2 observables specifically for unit testing.

4:59
Handling Exceptions in Mocked RxJava2 Observables for Unit Testing

2 views

8 months ago

The Debug Zone
Unit Testing RxJava's throttleLast Operator: Best Practices and Examples

In this video, we dive into the world of unit testing with RxJava, focusing specifically on the throttleLast operator. As reactive ...

1:36
Unit Testing RxJava's throttleLast Operator: Best Practices and Examples

3 views

5 months ago

Carlos Chacin
Java Maven Template That SAVES DAYS (Property Testing + ArchUnit + Java 25)

Stop wasting DAYS setting up Java 25 projects! This production-ready Maven template gives you everything. Property Testing + ...

19:28
Java Maven Template That SAVES DAYS (Property Testing + ArchUnit + Java 25)

155 views

3 months ago

Carlos Chacin
IntelliJ Shortcuts That 10X Your Coding Speed

IntelliJ Shortcuts That 10X Your Coding Speed 🌟️ SUBSCRIBE ➡️️ https://www.youtube.com/@cchacin?sub_confirmation=1 ...

15:48
IntelliJ Shortcuts That 10X Your Coding Speed

100 views

11 months ago

The Debug Zone
Fixing 'Reference to assertEquals is Ambiguous' Error in Unit Tests

In this video, we tackle a common issue faced by developers when writing unit tests: the 'Reference to assertEquals is Ambiguous' ...

2:32
Fixing 'Reference to assertEquals is Ambiguous' Error in Unit Tests

4 views

5 months ago