microsoftly/BotTester

UniversalBot class is missing in botbuilder v4

Closed this issue · 3 comments

Seems like botbuilder v4 or higher is not supported since there are missing classes there like UniversalBot, ConsoleConnector and etc.

You should be using the Bobuilder v4 test framework

@microsoftly I searched all over the documentation, and couldn't find a way to emulate a connector and inject messages (like sendMessageToBot) in botbuilder v4.
Can you please direct me to the right page?

@shaikatzir I haven't looked into the v4 implementations. I only know that they created a more testable base. I think it can use some extension, but it's much easier to build tests without needing a framework like this.