UserDelay Class
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.
Script action to delay test script for specified timespan.
public class UserDelay : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction
type UserDelay = class
inherit TestAction
Public Class UserDelay
Inherits TestAction
- Inheritance
Constructors
UserDelay(String, Int32) |
Initializes a new instance of the UserDelay class. |
Fields
Kind |
serialization of kind. |
Properties
Timespan |
Gets or sets the timespan to delay. |
Methods
ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector) |
Execute the test. |
RegisterSourcePath(String, Int32) |
Registers the path to file and callers line. (Inherited from TestAction) |