Package 

Class MocksKt

    • Method Summary

      Modifier and Type Method Description
      final Object checkPreconditions(StoryDefinitionBase $self, BotBus bus) Runs StoryDefinitionBase.checkPreconditions.
      final StoryStep<?> selectStepFromData(StoryDefinitionBase $self, StoryHandlerDefinitionBase<?> def, Object data) Runs the select step from Bus phase.
      final <T extends ConnectorStoryHandlerBase<?>> T mockConnector(T connector, BotBus bus, Function1<BotBus, Object> test) Provides a mock of ConnectorDef and run the test block.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait