hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

When using AssertWasCalled, IRequestVerify is not fluent #42

Closed neoistheone123 closed 7 years ago

neoistheone123 commented 8 years ago

Times, WithHeader return void. Could you please make this fluent? For example, server.AssertWasCalled(x => x.Get("/endpoint").WithHeader("header",Is.EqualTo("ABC")).Times(1).