TestScript.HttpRequestMocks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.