Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Testing Java with JUnit 5 & Mockito

Posted By: lucky_aut
Testing Java with JUnit 5 & Mockito

Testing Java with JUnit 5 & Mockito
Duration: 4h 26m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 1.67 GB
Genre: eLearning | Language: English

Learn to test Java applications with JUnit 5 and Mockito

What you'll learn:
Learn JUnit 5
Learn to test Java code with JUnit 5
Learn Mockito
Learn to test Java code with Mockito
Learn Test Driven Development (TDD)

Requirements:
Basic knowledge of Java

Description:
Unit Testing is a must-have skill and this video course is about unit testing.
If you take this video course, you will learn how to test your Java code using JUnit 5 and Mockito framework.
This video course is for beginners and you do not need to have any prior Unit testing knowledge to enrol into this course.

JUnit 5 in Different Java projects
There are different Java projects, build tools and development environments. In this course, you will learn how to create a new project and configure JUnit 5 support for different types of projects, using different development environments and build tools.
You will learn how to create Unit test in: 
IntelliJ IDEA and
Eclipse Development environments.
You will learn how to create Unit test in: 
Regular Java project,
Maven-based Java project,
Cradle-based Java project.

Course Overview
This video course teaches Unit testing with Java from the very beginning and covers many advanced topics as well. By the end of this course, you will learn:
JUnit 5 basics, and
JUnit 5 advanced topics
Once you become familiar with JUnit 5, you will learn to use:
Test-Driven Development(TDD)
You will then learn to use another very popular Test framework for Java called: 
Mockito

By the end of this course you will learn and be able to use all of the following: 

Create Unit Tests in IntelliJ,
Create Unit Tests in Eclipse,
Run unit tests using Gradle,
Run Unit Tests using Maven,
Use @DisplayName annotation,
Use JUnit assertions,
Test for Exceptions,
Use Lifecycle methods (@BeforeAll, @BeforeEach, @AfterEach, @AfterAll),
Run unit tests in any order you need: (Random, Order by Name, Order by Index),
Disable Unit test,
Repeated Tests with @RepeatedTest annotation,
Parameterized tests with @Parameterized annotation
@ValueSource,
@MethodSource,
@CsvSource,
@CsvFileSource
Change Test Instance lifecycle with @TestInstance (PER_CLASS, PER_METHOD)
Learn to Mock objects with Mockito's @Mock annotation,
Learn to user Mockito's argument matches,
Mockito method stubbing,
Mockito Exception stubbing,
Verify method call,
Call Real Method,
Do nothing when method is called,
and more…

Who this course is for:
Java developers interested in learning how to test Java applications with JUnit 5

More Info