Skip to content

Commit 9275bc5

Browse files
authored
Make JUnit5 TestcontainersExtension public (#5285)
This allows more flexible and programmatic usage of the `TestcontainersExtension` Fixes #2045
1 parent 6a3e649 commit 9275bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/src/main/java/org/testcontainers/junit/jupiter/TestcontainersExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import java.util.stream.Collectors;
3333
import java.util.stream.Stream;
3434

35-
class TestcontainersExtension
35+
public class TestcontainersExtension
3636
implements BeforeEachCallback, BeforeAllCallback, AfterEachCallback, AfterAllCallback, ExecutionCondition {
3737

3838
private static final Namespace NAMESPACE = Namespace.create(TestcontainersExtension.class);

0 commit comments

Comments
 (0)