Skip to content

Latest commit

 

History

History

springboot-junit5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This Spring Boot project illustrates how to use QuickPerf with JUnit 5 during testing of a repository, a service or a controller.

At the beginning of each test, a SQL script defined in the import.sql file is executed. This script inserts two players and their team in the database.

Global annotations are configured in QuickPerfConfiguration. These annotations apply on each test.