MemoryAssertions Class

Definition

Run assertions against memory.

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

Constructors

Name Description
MemoryAssertions(String, Int32)

Initializes a new instance of the MemoryAssertions class.

Fields

Name Description
Kind

Kind for the serialization.

Properties

Name Description
Assertions

Gets the assertions.

Description

Gets or sets the description of this assertion.

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