Slide 7
Slide 7 text
Testing with JUnit5
7
Junit5 Extension
Deploy - Undeploy
Configure - reset
Defines actions for test classes and methods
Uses environment
Can be combined
3
Global Environment
System dependencies, file system, ports,
network interfaces, cpu, memory, … resources.
4
Test Method
Send Input to the application, verify results
@BeforeEach, @AfterEach,
1
Test Class
Defines some unit
@BeforeAll, @AfterAll
2