hibri / HttpMock

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

RequestHandler: add a new Times() extension method #8

Closed knocte closed 11 years ago

knocte commented 11 years ago

This is useful for load tests, for instance, to know that your endpoint received the N number hits you're expecting your app to be generating.