Interface IMockResponseProvider
Based on provided request details (url, verb and body) returns ProcessQuery or another WebService response
Namespace: PnP.Framework.Utilities.UnitTests.Web
Assembly: PnP.Framework.dll
Syntax
public interface IMockResponseProvider
Methods
GetResponse(String, String, String)
Declaration
string GetResponse(string url, string verb, string body)
Parameters
|
System.String
url
|
|
System.String
verb
|
|
System.String
body
|
Returns
|
System.String
|