Holiakhovskyi Yevhen
Results
1
comments of
Holiakhovskyi Yevhen
Hi, did you try to put ```@TestInstance(TestInstance.Lifecycle.PER_CLASS)``` annotation on your test class? This should allow you to create BeforeAll/AfterAll(which is actually used by testcontainers extension) as non-static methods.