mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #948] [MERGED] WireMock.Net.Testcontainers #1165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:stef-testcontainers📝 Commits (10+)
02661c4WireMock.Net.Testcontainersc6bf364.3097d2dlogger?93e6252.711c3bf.4849ad4WatchStaticMappings907f7b8Merge branch 'master' into stef-testcontainers638a645linux38150c2.41a299b--📊 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.