Matt H
Results
1
issues of
Matt H
Proposed fix for https://github.com/testcontainers/testcontainers-java/issues/2045 When we use multiple JUnit5 extensions, the way to order them is via the @ExtendsWith({FirstExtension.class, SecondExtension.class}) annotation. But TestcontainersExtension is not public so we can only...