Skip to content

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

Notifications You must be signed in to change notification settings

carlosggz/Junit5Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published