fun mockMessenger(bus: BotBus = mockk(), test: (BotBus) -> Any?): Unit
Execute test with a bus mocked with classic messenger extensions.