wiremock-testcontainers-java
wiremock-testcontainers-java copied to clipboard
WireMock module for Testcontainers for Java
### Summary Once https://github.com/wiremock/wiremock.org/issues/32 is completed, it would be nice to have the module's Javadoc hosted there too. ### References _No response_
## Proposal ## Goal is to simplify public interface of the `WireMockContainer` class Current methods ```java public String getEndpoint() { return String.format("http://%s:%d", getHost(), getMappedPort(PORT)); } public URI getRequestURI(String relativePath) throws...
## References - TODO ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/) to get any help in `#help-contributing` or a project-specific channel like `#wiremock-java` - [ ] The...
This is an alternative to #69 for #28 that uses the Wait Strategy to verify the response and say the container is not ready if there are no mappings. Unfortunately...
Saving for the future, this code does not quite work. Related to #28 ## References - TODO ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/) to get any...
## Motivation - Param `id` does not bring any benefits and looks redundant - Store all `extensionJars` in a `LinkedHashSet` to preserve an order and keep only unique values -...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.4.0. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.3.0 Release Notes - Maven Surefire - Version 3.3.0 What's Changed Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 by...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.7 to 1.5.7. Commits 5e9f47f prepare release 1.5.7 3f57247 only one shutdown hooks allowed, locks during LoggerContext.stop operation, f... 1b7fe94 add STRICT shortcut for ISO8601 date pattern,...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.0. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0 See Release Notes. New Contributors @pshevche made...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.5 Release Notes - Maven GPG Plugin - Version 3.2.5 [MGPG-134] - Update maven-invoker (#110) @cstamas [MGPG-130] -...