Skip to content

Instantly share code, notes, and snippets.

@bstansberry
Created February 1, 2022 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstansberry/05cd709ea9cc2445f02f423a7451461f to your computer and use it in GitHub Desktop.
Save bstansberry/05cd709ea9cc2445f02f423a7451461f to your computer and use it in GitHub Desktop.
Use of 'testcontainers' in WildFly main branch
$ git grep testcontainers
pom.xml: <version.org.testcontainers.testcontainers>1.16.0</version.org.testcontainers.testcontainers>
pom.xml: <version.org.testcontainers>1.16.0</version.org.testcontainers>
pom.xml: <groupId>org.testcontainers</groupId>
pom.xml: <artifactId>testcontainers</artifactId>
pom.xml: <version>${version.org.testcontainers.testcontainers}</version>
testsuite/integration/basic/pom.xml: <groupId>org.testcontainers</groupId>
testsuite/integration/basic/pom.xml: <artifactId>testcontainers</artifactId>
testsuite/integration/elytron-oidc-client/pom.xml: <groupId>org.testcontainers</groupId>
testsuite/integration/elytron-oidc-client/pom.xml: <artifactId>testcontainers</artifactId>
testsuite/integration/elytron-oidc-client/src/test/java/org/wildfly/test/integration/elytron/oidc/client/KeycloakContainer.java:import org.testcontainers.containers.GenericContainer;
testsuite/integration/elytron-oidc-client/src/test/java/org/wildfly/test/integration/elytron/oidc/client/KeycloakContainer.java:import org.testcontainers.containers.wait.strategy.Wait;
testsuite/integration/elytron-oidc-client/src/test/java/org/wildfly/test/integration/elytron/oidc/client/OidcBaseTest.java:import org.testcontainers.DockerClientFactory;
testsuite/integration/manualmode/pom.xml: <groupId>org.testcontainers</groupId>
testsuite/integration/manualmode/pom.xml: <artifactId>testcontainers</artifactId>
testsuite/integration/manualmode/src/test/java/org/wildfly/test/manual/observability/opentelemetry/ContextPropagationTestCase.java:import org.testcontainers.containers.GenericContainer;
testsuite/integration/manualmode/src/test/java/org/wildfly/test/manual/observability/opentelemetry/JaegerContainer.java:import org.testcontainers.containers.GenericContainer;
testsuite/integration/manualmode/src/test/java/org/wildfly/test/manual/observability/opentelemetry/JaegerContainer.java:import org.testcontainers.containers.InternetProtocol;
testsuite/integration/manualmode/src/test/java/org/wildfly/test/manual/observability/opentelemetry/JaegerContainer.java:import org.testcontainers.containers.wait.strategy.HostPortWaitStrategy;
testsuite/shared/pom.xml: <groupId>org.testcontainers</groupId>
testsuite/shared/pom.xml: <artifactId>testcontainers</artifactId>
testsuite/shared/src/main/java/org/jboss/as/test/shared/util/AssumeTestGroupUtil.java:import org.testcontainers.DockerClientFactory;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment