Please enable JavaScript.
Coggle requires JavaScript to display documents.
JUnit Introduction - Coggle Diagram
JUnit Introduction
JUnit Basics
First JUnit Test
Assertion Message
Asserts Methods
Lazy Assert Messages
Naming Unit Test
Test Method Code Structure
'@DisplayName
JUnit Test LifeCycle
Assert an Exception
Disable Unit Test
JUnit Advanced
ParametrizedTest
'@MethodSource
'@CsvSourse
CSV-file
'@ValueSource
'@TestMethodOrderer
Order of Unit Test Class
Repeated Test
Changing Test Instance LifeCycle
Create maven project and add dependencies
mvnrepository.com
surefire plugin
What is unit testing?
Main characteristics of unit testing
Advantages of unit testing
The objectives of unit testing
Mockito Introduction