mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-19 23:41:41 +02:00
Rewrite some unit-integration-tests to unit-tests (#206)
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
using NFluent;
|
||||
using WireMock.Matchers;
|
||||
using WireMock.Matchers.Request;
|
||||
using WireMock.Models;
|
||||
using WireMock.RequestBuilders;
|
||||
using WireMock.Util;
|
||||
using Xunit;
|
||||
|
||||
namespace WireMock.Net.Tests
|
||||
@@ -24,7 +22,7 @@ namespace WireMock.Net.Tests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void RequestBuilder_WithCookie_String_IExactMatcher()
|
||||
public void RequestBuilder_WithCookie_String_IStringMatcher()
|
||||
{
|
||||
// Act
|
||||
var requestBuilder = (Request)Request.Create().WithCookie("c", new ExactMatcher("v"));
|
||||
|
||||
Reference in New Issue
Block a user