Share via


TestScript.HttpRequestMocks Property

Definition

Gets the mock data for Microsoft.HttpRequest.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestMock> HttpRequestMocks { get; }
member this.HttpRequestMocks : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestMock>
Public ReadOnly Property HttpRequestMocks As List(Of HttpRequestMock)

Property Value

A list of mocks. In first match first use order.

Applies to