fun mockBus(bus: BotBus = mockk(), test: (BotBus) -> Any?): Unit
Execute test with a bus mocked with default BotBus configuration.