My next problem testing spring service layer with junit4 is: How to call script that populates database only once before all @Test methods: I want to execute this once befor
You can use JUnit 5's @BeforeAll annotation