use of won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot in project webofneeds by researchstudio-sat.
the class BAAtomicCCAdditionalParticipants method getSecondPhaseScripts.
protected List<BATestBotScript> getSecondPhaseScripts() {
List<BATestBotScript> scripts = new ArrayList<BATestBotScript>(4);
scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-1"));
scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-2"));
scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-3"));
scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-4"));
return scripts;
}
Aggregations