hibri / HttpMock

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

return IRequestVerify at the end of fluent api #87

Closed kesot closed 6 years ago

kesot commented 6 years ago

It'd be great if IRequestStub returned IRequestVerify on OK, WithStatus and NotFound. Otherwise it's necessary either cast or use FindHandler