mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Calling Reset also resets the scenarios (#1031)
* Calling Reset also resets the scenarios * .
This commit is contained in:
@@ -134,7 +134,7 @@ public interface IWireMockServer : IDisposable
|
||||
void RemoveAuthentication();
|
||||
|
||||
/// <summary>
|
||||
/// Resets LogEntries and Mappings.
|
||||
/// Resets LogEntries, Mappings and Scenarios.
|
||||
/// </summary>
|
||||
void Reset();
|
||||
|
||||
|
||||
@@ -427,6 +427,8 @@ public partial class WireMockServer : IWireMockServer
|
||||
{
|
||||
ResetLogEntries();
|
||||
|
||||
ResetScenarios();
|
||||
|
||||
ResetMappings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user