ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,095 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

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

10 months ago

Peter Schneider
Codereview: Unit tests for an argument-checking class

Unit tests for an argument-checking class I hope you found a solution that worked for you :) The Content is licensed under ...

4:08
Codereview: Unit tests for an argument-checking class

4 views

11 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

5 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

4 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

65 views

2 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

3 weeks ago

Alex Demko
Full-Stack Testing? Codeception’s Got You! 🧪🧠

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

0:05
Full-Stack Testing? Codeception’s Got You! 🧪🧠

110 views

6 months 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

4 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

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

7 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

8 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

2 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

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

8 months ago

The Debug Zone
Mockito: Verify Only Specific Method Calls in Unit Tests Effectively

In this video, we dive into the powerful world of Mockito, a popular mocking framework for Java. We'll explore how to effectively ...

2:32
Mockito: Verify Only Specific Method Calls in Unit Tests Effectively

1 view

4 months ago

The Debug Zone
JUnit Testing for MapStruct Abstract Mapper with Spring Injection: A Guide

In this video, we delve into the world of JUnit testing specifically tailored for MapStruct abstract mappers within a Spring ...

3:17
JUnit Testing for MapStruct Abstract Mapper with Spring Injection: A Guide

2 views

3 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

4 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
Fixing 'Toolkit Not Initialized' Exception in JavaFX Unit Testing

In this video, we dive into a common challenge faced by JavaFX developers: the 'Toolkit Not Initialized' exception during unit ...

1:31
Fixing 'Toolkit Not Initialized' Exception in JavaFX Unit Testing

25 views

4 months ago