mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-19 15:31:39 +02:00
NET Core 2.1 + support for Service Fabric commandline parameters (#209)
* netcore 2.1 * SimpleCommandLineParserTests * tests * SimpleCommandLineParserTests * test report * AspNetCoreSelfHost * Fixed Resharper warnings * tests * . * ResponseWithProxyTests ResponseWithProxyTests * postmanecho
This commit is contained in:
@@ -11,7 +11,7 @@ namespace WireMock.Net.Tests
|
||||
{
|
||||
public class FluentMockServerSettingsTests
|
||||
{
|
||||
private Mock<IWireMockLogger> _loggerMock;
|
||||
private readonly Mock<IWireMockLogger> _loggerMock;
|
||||
|
||||
public FluentMockServerSettingsTests()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user