refactoring configuration code so its not so crazy, still need to work on the creator class

This commit is contained in:
TomPallister
2016-10-18 18:32:34 +01:00
parent 707f1d6908
commit 2e6640c6ef
23 changed files with 561 additions and 178 deletions

View File

@ -1,11 +1,11 @@
using System.Collections.Generic;
using Ocelot.Library.Configuration.Builder;
using Shouldly;
using TestStack.BDDfy;
using Xunit;
namespace Ocelot.UnitTests.UrlTemplateReplacer
{
using Library.Builder;
using Library.DownstreamRouteFinder;
using Library.Responses;
using Library.UrlMatcher;