Edit

Share via


botbuilder-testing package

Classes

DialogTestClient

A client for testing dialogs in isolation.

DialogTestLogger

Log a transcript of messages from a dialog to the console, along with additional diagnostic information. For use with the DialogTestClient class. Example:

let client = new DialogTestClient(DIALOG, OPTIONS, [new DialogTestLogger()]);

Interfaces

Logger

Logger describes something that can log data, i.e. console