AssertTelemetryContains Class

Definition

Checks whether telemetry log contsain specific events.

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

Constructors

Name Description
AssertTelemetryContains(String, Int32)

Initializes a new instance of the AssertTelemetryContains class.

Fields

Name Description
Kind

Kind for the serialization.

Properties

Name Description
Description

Gets or sets the description of this check.

Events

Gets the events should be contained.

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