mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-31 22:23:05 +02:00
* Add TIOBE + include SonarAnalyzer.CSharp * . * cp * Copyright © WireMock.Net * more fixes * fix * xpath * if (Matchers == null || !Matchers.Any()) * if (Matchers != null) * ? * . * .
10 lines
193 B
C#
10 lines
193 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.ResponseBuilders;
|
|
|
|
/// <summary>
|
|
/// The ResponseBuilder interface.
|
|
/// </summary>
|
|
public interface IResponseBuilder : IProxyResponseBuilder
|
|
{
|
|
} |