Share via


TestScript.SettingMocks Property

Definition

Gets the mock data for setting.

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

Property Value

A list of mocks. Assign the settings in sequence.

Applies to