mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #495] [MERGED] Scenario : stay on current state for a number of times #944
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/495
Author: @StefH
Created: 8/1/2020
Status: ✅ Merged
Merged: 8/1/2020
Merged by: @StefH
Base:
master← Head:state📝 Commits (2)
b80bf7fstateeecd6b5xml comment📊 Changes
12 files changed (+162 additions, -22 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Admin/Scenarios/ScenarioStateModel.cs(+5 -0)📝
src/WireMock.Net.Abstractions/Server/IWireMockServer.cs(+3 -3)📝
src/WireMock.Net/IMapping.cs(+6 -0)📝
src/WireMock.Net/Mapping.cs(+6 -1)📝
src/WireMock.Net/Owin/MappingMatcher.cs(+15 -2)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+21 -4)📝
src/WireMock.Net/ScenarioState.cs(+5 -0)📝
src/WireMock.Net/Server/IRespondWithAProvider.cs(+4 -2)📝
src/WireMock.Net/Server/RespondWithAProvider.cs(+8 -6)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+3 -2)📝
test/WireMock.Net.Tests/Serialization/MappingConverterTests.cs(+2 -2)📝
test/WireMock.Net.Tests/StatefulBehaviorTests.cs(+84 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.