seperate startups for tests...updated configuration.json for manual tests and tidied a few more things up

This commit is contained in:
Tom Pallister
2017-11-01 16:21:35 +00:00
parent f4e8dcbdab
commit 163150a1d7
7 changed files with 414 additions and 142 deletions

View File

@ -1,15 +1,12 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Newtonsoft.Json;
using Ocelot.Configuration.File;
using Ocelot.ManualTest;
using Shouldly;
using TestStack.BDDfy;
using Xunit;