mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 12:38:15 +08:00
brought in flurl and stated adding tests for the requester
This commit is contained in:
14
test/Ocelot.UnitTests/Responder/ResponderTests.cs
Normal file
14
test/Ocelot.UnitTests/Responder/ResponderTests.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.UnitTests.Responder
|
||||
{
|
||||
public class ResponderTests
|
||||
{
|
||||
[Fact]
|
||||
public void should_do_something()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user