Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer