JUnit and Mockito unit testing for Java developers

Are you looking for a simple, no-nonsense guide to learning how unit testing works? This video course is what you need. Complete with hands-on exercises and best practices, this guide will help you to understand JUnit and Mockito unit testing with ease. The course starts with an introduction to unit...

Full description

Bibliographic Details
Format: eBook
Language:English
Published: Birmingham, England PACKT Publishing 2020
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02240nmm a2200325 u 4500
001 EB001928896
003 EBX01000000000000001091798
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1801078335 
050 4 |a Internet Access 
100 1 |a Speake, Matthew  |e on-screen presenter 
245 0 0 |a JUnit and Mockito unit testing for Java developers  |c [presented by Matthew Speake] 
260 |a Birmingham, England  |b PACKT Publishing  |c 2020 
300 |a 177 minutes 
653 |a Computer programming / fast 
653 |a Programmation (Informatique) 
653 |a Computer programming / http://id.loc.gov/authorities/subjects/sh85107310 
653 |a Java (Computer program language) / fast 
653 |a Java (Langage de programmation) 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
653 |a computer programming / aat 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Title from resource description page (viewed February 24, 2023) 
776 |z 9781801078337 
856 4 0 |u https://learning.oreilly.com/videos/~/9781801078337/?ar  |x Verlag  |3 Volltext 
082 0 |a 001.642 
520 |a Are you looking for a simple, no-nonsense guide to learning how unit testing works? This video course is what you need. Complete with hands-on exercises and best practices, this guide will help you to understand JUnit and Mockito unit testing with ease. The course starts with an introduction to unit testing and highlights the need and importance of its testing framework, JUnit. You'll then understand the project structure and conventions by creating a Java project using JUnit. As you implement best practices for writing and running unit tests with JUnit and IntelliJ IDEA, you'll discover how JUnit works. You'll also write mock objects-based unit tests with Mockito for testing a simple layered architecture. Finally, you'll learn to make more powerful assertions in your unit tests by harnessing the power of the Hamcrest assertions library that ships with JUnit. By the end of this course, you'll have developed the skills needed for writing better unit tests using JUnit, Mockito, and Hamcrest