共用方式為


MemoryAssertions 類別

定義

針對記憶體執行判斷提示。

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

建構函式

MemoryAssertions(String, Int32)

初始化 MemoryAssertions 類別的新執行個體。

欄位

Kind

序列化的種類。

屬性

Assertions

取得判斷提示。

Description

取得或設定這個判斷提示的描述。

方法

ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

執行測試。

RegisterSourcePath(String, Int32)

註冊檔案和呼叫端行的路徑。

(繼承來源 TestAction)

適用於