This commit is contained in:
Stef Heyenrath
2026-03-11 18:14:09 +01:00
parent 291b32a058
commit 0a9f37e857
2 changed files with 1 additions and 10 deletions

View File

@@ -33,12 +33,6 @@ public interface IWireMockServer : IDisposable
/// </summary>
IReadOnlyList<MappingModel> MappingModels { get; }
// <summary>
// Gets the mappings.
// </summary>
//[PublicAPI]
//IEnumerable<IMapping> Mappings { get; }
/// <summary>
/// Gets the ports.
/// </summary>
@@ -69,8 +63,6 @@ public interface IWireMockServer : IDisposable
/// </summary>
string? Provider { get; }
//ConcurrentDictionary<string, ScenarioState> Scenarios { get; }
/// <summary>
/// Occurs when [log entries changed].
/// </summary>
@@ -115,8 +107,6 @@ public interface IWireMockServer : IDisposable
/// <returns>The <see cref="IReadOnlyList{ILogEntry}"/>.</returns>
IReadOnlyList<ILogEntry> FindLogEntries(params IRequestMatcher[] matchers);
// IRespondWithAProvider Given(IRequestMatcher requestMatcher, bool saveToFile = false);
/// <summary>
/// Reads a static mapping file and adds or updates a single mapping.
///