Hi Team, I would like to use this test container i...
# wiremock-java
r
Hi Team, I would like to use this test container in my project. WireMockContainerJunit5Test is missing... what I missed?
Copy code
<dependency>
                <groupId>org.wiremock.integrations.testcontainers</groupId>
                <artifactId>wiremock-testcontainers-module</artifactId>
                <version>1.0-alpha-14</version>
                <scope>test</scope>
            </dependency>
l
I think
WireMockContainerJunit5Test
was just the example on this page https://wiremock.org/docs/solutions/testcontainers/ I don't think that class exists in the wiremock test containers distribution
r
ohh god.. you are right... I am sorry ... 馃槕
l
No worries at all.
Just out of interest, could I ask your use case for using the test containers module?
r
I would like to introduce test containers in our project in wide range (database, mocking end points etc)
馃檶 1
and making full integration tests
馃檶 1