[PR #948] [MERGED] WireMock.Net.Testcontainers #1165

Closed
opened 2025-12-29 09:18:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/948
Author: @StefH
Created: 5/31/2023
Status: Merged
Merged: 6/11/2023
Merged by: @StefH

Base: masterHead: stef-testcontainers


📝 Commits (10+)

📊 Changes

10 files changed (+480 additions, -1 deletions)

View changed files

📝 README.md (+3 -1)
📝 WireMock.Net Solution.sln (+14 -0)
📝 WireMock.Net Solution.sln.DotSettings (+2 -0)
examples/WireMock.Net.TestcontainersExample/Program.cs (+43 -0)
examples/WireMock.Net.TestcontainersExample/WireMock.Net.TestcontainersExample.csproj (+24 -0)
src/WireMock.Net.Testcontainers/Models/ContainerInfo.cs (+7 -0)
src/WireMock.Net.Testcontainers/WireMock.Net.Testcontainers.csproj (+36 -0)
src/WireMock.Net.Testcontainers/WireMockConfiguration.cs (+66 -0)
src/WireMock.Net.Testcontainers/WireMockContainer.cs (+110 -0)
src/WireMock.Net.Testcontainers/WireMockContainerBuilder.cs (+175 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/948 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/31/2023 **Status:** ✅ Merged **Merged:** 6/11/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-testcontainers` --- ### 📝 Commits (10+) - [`02661c4`](https://github.com/wiremock/WireMock.Net/commit/02661c454b1336ee67555bc84a2d6a90c08eb795) WireMock.Net.Testcontainers - [`c6bf364`](https://github.com/wiremock/WireMock.Net/commit/c6bf36466d9404b15f3f4fc7c712450ce5442d93) . - [`3097d2d`](https://github.com/wiremock/WireMock.Net/commit/3097d2d11b0862f8139765fc8a56888dbcb807f0) logger? - [`93e6252`](https://github.com/wiremock/WireMock.Net/commit/93e6252ecb47f9b3c71cd8383edca9339aa710bb) . - [`711c3bf`](https://github.com/wiremock/WireMock.Net/commit/711c3bfdfb4d91cadcded7267a745703aef58f6e) . - [`4849ad4`](https://github.com/wiremock/WireMock.Net/commit/4849ad4df69295f1d6887d1ca78803f61f86834e) WatchStaticMappings - [`907f7b8`](https://github.com/wiremock/WireMock.Net/commit/907f7b88daa17e794d5af4ff791790c1816093d4) Merge branch 'master' into stef-testcontainers - [`638a645`](https://github.com/wiremock/WireMock.Net/commit/638a64503ab1f970733e7528878ac533c82afa0a) linux - [`38150c2`](https://github.com/wiremock/WireMock.Net/commit/38150c22af5d82c54ade89c233b616aded290f8f) . - [`41a299b`](https://github.com/wiremock/WireMock.Net/commit/41a299b6bda7fc651f23d03389e400f23d911bbe) -- ### 📊 Changes **10 files changed** (+480 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `WireMock.Net Solution.sln` (+14 -0) 📝 `WireMock.Net Solution.sln.DotSettings` (+2 -0) ➕ `examples/WireMock.Net.TestcontainersExample/Program.cs` (+43 -0) ➕ `examples/WireMock.Net.TestcontainersExample/WireMock.Net.TestcontainersExample.csproj` (+24 -0) ➕ `src/WireMock.Net.Testcontainers/Models/ContainerInfo.cs` (+7 -0) ➕ `src/WireMock.Net.Testcontainers/WireMock.Net.Testcontainers.csproj` (+36 -0) ➕ `src/WireMock.Net.Testcontainers/WireMockConfiguration.cs` (+66 -0) ➕ `src/WireMock.Net.Testcontainers/WireMockContainer.cs` (+110 -0) ➕ `src/WireMock.Net.Testcontainers/WireMockContainerBuilder.cs` (+175 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 09:18:45 +01:00
adam closed this issue 2025-12-29 09:18:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1165