Results 3 comments of amirmv2006

I had a similar problem with a JUnit 5 extension I wrote and I found out when tests are run in `TestInstance.Lifecycle.PER_CLASS` Spring's application context will be loaded before the...

I think that'd be a spring-specific solution. There's a already a junit 5 annotation `@Testcontainers` which is loading TestContainer's junit extension `TestcontainersExtension` and this extension is doing the handling of...