Mike Hamilton
Results
3
comments of
Mike Hamilton
any work on supporting other controls? I'd suggest prioritizing BoxView to top of the other controls. :)
just was writing a unit test where the mocked HttpMessageHandler I had set the response code to success (200) but not setting the content, and I was getting this error...
Below are two tests, the differences are in the Asserts and ONE LINE in the Arrange. The one line missing is the setting the Content in the HttpResponseMessage. Hope these...