Expand other branch pipes (#416)

* Expand other branch pipes

* Expand other branch pipes

* Expand other branch pipes

* optimization Expand other branch pipes ,Add Unit test

*  I hope to add two attributes to IOcelotBuilder for easy extension.
This commit is contained in:
aqa510415008
2018-07-20 00:45:46 +08:00
committed by Tom Pallister
parent 8f4ae03290
commit 5c940acf0e
10 changed files with 107 additions and 21 deletions

View File

@ -79,6 +79,8 @@ namespace Ocelot.UnitTests.Middleware
del.Invoke(_downstreamContext);
}
private void ThenTheFuncIsInThePipeline()
{
_counter.ShouldBe(1);