TestScript.SettingMocks 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 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.