You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is complicated by the org.testcontainers.containers package being split across multiple modules in some cases. For example, the jdbc module provides JdbcDatabaseContainer in the general org.testcontainers.containers package while the activemq module provides ActiveMQContainer in the org.testcontainers.activemq package.