If I use org.testcontainers postgresql and junit 5 annotation @BeforeAll I can see saved entities in my DB. But with @BeforeEach it doesnt work. What's the reason?
If I use org.testcontainers postgresql and junit 5 annotation @BeforeAll I can see saved entities in my DB. But with @BeforeEach it doesnt work. What's the reason?