Skip to content

Commit

Permalink
Make JUnit5 TestcontainersExtension public (#5285)
Browse files Browse the repository at this point in the history
This allows more flexible and programmatic usage of the `TestcontainersExtension`

Fixes #2045
  • Loading branch information
hmatt1 authored Aug 16, 2022
1 parent 6a3e649 commit 9275bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

class TestcontainersExtension
public class TestcontainersExtension
implements BeforeEachCallback, BeforeAllCallback, AfterEachCallback, AfterAllCallback, ExecutionCondition {

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

0 comments on commit 9275bc5

Please sign in to comment.