[PR #1010] [MERGED] Add unit tests for HttpClient with WebProxy #1192

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1010
Author: @StefH
Created: 10/14/2023
Status: Merged
Merged: 10/14/2023
Merged by: @StefH

Base: masterHead: stef-1007-https


📝 Commits (9)

📊 Changes

8 files changed (+202 additions, -7 deletions)

View changed files

📝 examples/WireMock.Net.Console.NETCoreApp3WithCertificate/Program.cs (+1 -2)
📝 src/WireMock.Net/Owin/HostUrlOptions.cs (+0 -2)
📝 src/WireMock.Net/Server/WireMockServer.cs (+25 -0)
📝 test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs (+6 -3)
test/WireMock.Net.Tests/Owin/HostUrlOptionsTests.cs (+60 -0)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+3 -0)
📝 test/WireMock.Net.Tests/WireMockServerTests.cs (+94 -0)
test/WireMock.Net.Tests/cert.pem (+13 -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/1010 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/14/2023 **Status:** ✅ Merged **Merged:** 10/14/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1007-https` --- ### 📝 Commits (9) - [`027467c`](https://github.com/wiremock/WireMock.Net/commit/027467c433b59c09858fbebe94e36d729b1b8dea) Add test for SSL / Https - [`95fbd74`](https://github.com/wiremock/WireMock.Net/commit/95fbd74c84c0c4269c15dec47cfad802de96db5b) Add unit tests for HttpClient with WebProxy - [`e10bc8a`](https://github.com/wiremock/WireMock.Net/commit/e10bc8aed98a43d539128272d3c4239fe291483a) cert.pem - [`d534ab5`](https://github.com/wiremock/WireMock.Net/commit/d534ab5fa8e7f970e76af7c694ec147c78c8eef3) x - [`cf9621a`](https://github.com/wiremock/WireMock.Net/commit/cf9621ad61ef0227cfcfc4b4a9487d137c5e9be9) skip - [`0401726`](https://github.com/wiremock/WireMock.Net/commit/04017260e08869ed913bccc9a8d3a6cb087734d1) example google - [`b48ade3`](https://github.com/wiremock/WireMock.Net/commit/b48ade34f3ae79faf098f211a9e56bf88765da6d) revert - [`134eaa3`](https://github.com/wiremock/WireMock.Net/commit/134eaa38c121e4465c5b6a8e8cd356ffdcbeddcc) host tests - [`a173151`](https://github.com/wiremock/WireMock.Net/commit/a1731512a978516f74b74d6a7f67da3e1973a22c) sonar ### 📊 Changes **8 files changed** (+202 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.NETCoreApp3WithCertificate/Program.cs` (+1 -2) 📝 `src/WireMock.Net/Owin/HostUrlOptions.cs` (+0 -2) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+25 -0) 📝 `test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs` (+6 -3) ➕ `test/WireMock.Net.Tests/Owin/HostUrlOptionsTests.cs` (+60 -0) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+3 -0) 📝 `test/WireMock.Net.Tests/WireMockServerTests.cs` (+94 -0) ➕ `test/WireMock.Net.Tests/cert.pem` (+13 -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:51 +01:00
adam closed this issue 2025-12-29 09:18:51 +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#1192