mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 01:50:36 +01:00
vs2017 (#25)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Net.Http;
|
||||
using NFluent;
|
||||
using NUnit.Framework;
|
||||
using Xunit;
|
||||
using WireMock.Http;
|
||||
|
||||
[module:
|
||||
@@ -15,10 +15,10 @@ using WireMock.Http;
|
||||
|
||||
namespace WireMock.Net.Tests.Http
|
||||
{
|
||||
[TestFixture]
|
||||
//[TestFixture]
|
||||
public class TinyHttpServerTests
|
||||
{
|
||||
[Test]
|
||||
[Fact]
|
||||
public void Should_call_handler_on_request()
|
||||
{
|
||||
// given
|
||||
|
||||
Reference in New Issue
Block a user