Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TestcontainersExtension public #5285

Merged
merged 2 commits into from
Aug 16, 2022
Merged

Commits on Apr 26, 2022

  1. Make TestcontainersExtension public

    Proposed fix for testcontainers#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 use the @testcontainers annotion and we are not able to order the extension.
    
    See the following documentation on JUnit5: https://junit.org/junit5/docs/current/user-guide/#extensions-registration-declarative
    hmatt1 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    81af756 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    83e351f View commit details
    Browse the repository at this point in the history