mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1246] [MERGED] Add "AddUrl" to WireMockContainerBuilder to support grpc #1298
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/1246
Author: @StefH
Created: 1/27/2025
Status: ✅ Merged
Merged: 1/29/2025
Merged by: @StefH
Base:
master← Head:stef-1239-testcontainers-grpc📝 Commits (6)
4a42c1dAdd "AddUrl" to WireMockContainerBuilder to support grpc547b805fixb06c478fix for windows69a3fbcwip77b217efix !9d98eb0change some example code📊 Changes
11 files changed (+330 additions, -59 deletions)
View changed files
📝
examples/WireMock.Net.TestcontainersExample/Program.cs(+1 -1)📝
src/WireMock.Net.Testcontainers/WireMock.Net.Testcontainers.csproj(+6 -0)📝
src/WireMock.Net.Testcontainers/WireMockConfiguration.cs(+16 -0)📝
src/WireMock.Net.Testcontainers/WireMockContainer.cs(+50 -3)📝
src/WireMock.Net.Testcontainers/WireMockContainerBuilder.cs(+37 -0)📝
src/WireMock.Net/Util/PortUtils.cs(+1 -27)📝
test/WireMock.Net.Tests/Grpc/WireMockServerTests.Grpc.cs(+21 -10)📝
test/WireMock.Net.Tests/Grpc/policy.proto(+3 -12)➕
test/WireMock.Net.Tests/Testcontainers/TestcontainersTests.Grpc.cs(+186 -0)📝
test/WireMock.Net.Tests/Testcontainers/TestcontainersTests.cs(+8 -5)📝
test/WireMock.Net.Tests/__admin/mappings/protobuf-mapping-1.json(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.