[PR #376] [MERGED] Support int values for states and scenario naming #886

Closed
opened 2025-12-29 08:33:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/376
Author: @NoahLerner
Created: 11/21/2019
Status: Merged
Merged: 11/21/2019
Merged by: @StefH

Base: masterHead: support_int_states


📝 Commits (2)

  • d0c6390 Support int values for states and scenario naming
  • 1eb922a fix remove added dependency

📊 Changes

3 files changed (+125 additions, -2 deletions)

View changed files

📝 src/WireMock.Net/Server/IRespondWithAProvider.cs (+21 -0)
📝 src/WireMock.Net/Server/RespondWithAProvider.cs (+20 -2)
📝 test/WireMock.Net.Tests/StatefulBehaviorTests.cs (+84 -0)

📄 Description

  • Add support for submitting int values for states and scenarios
  • 1 and "1" are the same state/scenario
  • Add unit tests

🔄 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/376 **Author:** [@NoahLerner](https://github.com/NoahLerner) **Created:** 11/21/2019 **Status:** ✅ Merged **Merged:** 11/21/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `support_int_states` --- ### 📝 Commits (2) - [`d0c6390`](https://github.com/wiremock/WireMock.Net/commit/d0c63909c125ee244ec5579e371d472e5db24fca) Support int values for states and scenario naming - [`1eb922a`](https://github.com/wiremock/WireMock.Net/commit/1eb922a68691eb59e1f152d4f5d4b781712ff86f) fix remove added dependency ### 📊 Changes **3 files changed** (+125 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Server/IRespondWithAProvider.cs` (+21 -0) 📝 `src/WireMock.Net/Server/RespondWithAProvider.cs` (+20 -2) 📝 `test/WireMock.Net.Tests/StatefulBehaviorTests.cs` (+84 -0) </details> ### 📄 Description - Add support for submitting int values for states and scenarios - 1 and "1" are the same state/scenario - Add unit tests --- <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 08:33:53 +01:00
adam closed this issue 2025-12-29 08:33:54 +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#886