hibri / HttpMock

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

Getting NullReferenceException at httpserver.AssertWasCalled(x=>x.Get("/Hello") line #75

Closed vasavisoma123 closed 7 years ago

vasavisoma123 commented 7 years ago

could any one give provide information about the issue Getting NullRefernceException at " httpserver.AssertWasCalled(x=>x.Get("/Hello")** " line.

hibri commented 7 years ago

Hi @vasavisoma123 , Can you send me a test that reproduces the issue please?

Thanks