Delphi-WebMocks
Delphi-WebMocks copied to clipboard
Library for stubbing and setting expectations on HTTP requests in Delphi with DUnitX
Results
1
Delphi-WebMocks issues
Sort by
recently updated
recently updated
newest added
If there are characters in contentstring that are not in the default character set,an error will occur. I think the problem is here: ``` function TWebMockResponseContentString.GetContentStream: TStream; begin Result :=...