mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-26 11:42:50 +08:00
15 lines
213 B
C#
15 lines
213 B
C#
using Microsoft.AspNetCore.Http;
|
|
using Xunit;
|
|
|
|
namespace Ocelot.UnitTests.Responder
|
|
{
|
|
public class ResponderTests
|
|
{
|
|
[Fact]
|
|
public void should_do_something()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|