Testcontainers postgresql doesnt work with beforeEach annotation

Viewed 19

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?

0 Answers
Related