I'm setting the HTTPBody property of an NSMutableURLRequest and trying to do some comparison on it inside of a custom matcher.
However, the property's value is always nil by the time the request reaches the matcher despite it being set prior to that.
I'm setting the
HTTPBodyproperty of anNSMutableURLRequestand trying to do some comparison on it inside of a custommatcher.However, the property's value is always
nilby the time the request reaches thematcherdespite it being set prior to that.