AssertNoActivity Class

Definition

Basic assertion TestAction, which validates assertions against a reply activity.

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

Constructors

Name Description
AssertNoActivity(String, Int32)

Initializes a new instance of the AssertNoActivity class.

Fields

Name Description
Kind

Kind for json serialization.

Properties

Name Description
Description

Gets or sets the description of this assertion.

Methods

Name Description
ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

Execute the test.

GetConditionDescription()

Gets the text to assert for an activity.

RegisterSourcePath(String, Int32)

Registers the path to file and callers line.

(Inherited from TestAction)

Applies to