SetProperties Class

Definition

Mock one or more property values.

public class SetProperties : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction
type SetProperties = class
    inherit TestAction
Public Class SetProperties
Inherits TestAction
Inheritance
SetProperties

Constructors

Name Description
SetProperties(String, Int32)

Initializes a new instance of the SetProperties class.

Fields

Name Description
Kind

Kind to serialize.

Properties

Name Description
Assignments

Gets the property assignments.

Methods

Name Description
ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

Execute the test.

RegisterSourcePath(String, Int32)

Registers the path to file and callers line.

(Inherited from TestAction)

Applies to