Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 794 Bytes

JUnit5 scenarios

Application to illustrate several scenarios to test using Spring Boot and JUnit5.

Current scenarios:

  • Test containers
  • Mail
  • Messaging (queues)
  • FTP
  • Redis
  • Controllers
  • Database
  • Async methods
  • Schedule methods

Instructions

The application need some servers to work, all of them are specified on the docker compose file. To execute the application using docker, just run the docker compose at the src folder of the project:

docker-compose up --build

To verify the functionality, you can check the logs and the servers at: