You are here:Home-Tag: junit

Conquering Unit Testing Challenges: Battling Badly Behaved Code

Unit testing can sometimes feel like a daunting task, especially when we encounter poorly designed code or lack experience in testing. But fret not! In this article, we’ll look into how we can structure our unit tests and how to think about unit testing to keep positive and stay on track. Hey there, fellow developers!

By |2023-07-26T12:21:35+00:00July 10th, 2023|Categories: Articles, Tutorials|Tags: , , , , , , |Comments Off on Conquering Unit Testing Challenges: Battling Badly Behaved Code

What are Assertions in Unit Testing

This video shows assertions in unit testing! 💥 Want more? Go get the FULL COURSE here: 👉 JUnit and Mockito Unit Testing for Java Developers 💥 ►► Grab our FREE beginners guide to Java if you're completely new to Java! 👉 Check out our courses at https://courses.javaeasily.com/courses 👉 Listen to our podcast at https://spotifyanchor-web.app.link/e/xjAOXisFABb 👉

By |2023-07-21T16:11:57+00:00February 8th, 2022|Categories: Videos, YouTube|Tags: , , , , , , , |Comments Off on What are Assertions in Unit Testing

Characteristics of Proper Unit Tests

This video shows what makes a good unit test! 💥 Want more? Go get the FULL COURSE here: 👉 JUnit and Mockito Unit Testing for Java Developers 💥 ►► Grab our FREE beginners guide to Java if you're completely new to Java! 👉 Check out our courses at https://courses.javaeasily.com/courses 👉 Listen to our podcast at

By |2023-07-21T16:32:31+00:00December 21st, 2021|Categories: Videos, YouTube|Tags: , , , , , , , , |Comments Off on Characteristics of Proper Unit Tests

How to Create a Project which uses JUnit and Mockito

This video shows how to create a project which uses JUnit and Mockito - Java's number one testing library combination.

By |2023-07-21T17:37:08+00:00July 28th, 2020|Categories: Videos, YouTube|Tags: , , , , , |Comments Off on How to Create a Project which uses JUnit and Mockito

Creating Mocks and Setting up Mockito Unit Tests

Creating Mocks and Setting up Mockito Unit Tests Overview You can create mocks either by using the API or by annotation You set up Mockito based unit tests by either using the Mcokito JUnit runner, including a JUnit 4 rule or by the API Creating Mocks Creating mocks programmatically You can create mocks programmatically by

By |2023-07-26T12:12:14+00:00July 13th, 2020|Categories: Articles, Tutorials|Tags: , , , , |Comments Off on Creating Mocks and Setting up Mockito Unit Tests