BotAssert Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for debugging Bot Builder code.
public class BotAssert
type BotAssert = class
Public Class BotAssert
- Inheritance
-
BotAssert
Constructors
BotAssert() |
Methods
ActivityListNotNull(IEnumerable<Activity>) |
Checks that an activity collection is not |
ActivityNotNull(IActivity) |
Checks that an activity object is not |
ContextNotNull(ITurnContext) |
Checks that a context object is not |
ConversationReferenceNotNull(ConversationReference) |
Checks that a conversation reference object is not |
MiddlewareNotNull(IEnumerable<IMiddleware>) |
Checks that a middleware collection is not |
MiddlewareNotNull(IMiddleware) |
Checks that a middleware object is not |