public TestClientService
A tock client, used to get info from Tock in a potential test context.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ai.tock.bot.admin.bot.BotApplicationConfiguration> |
getBotConfigurations(java.lang.String namespace,
java.lang.String botId) |
int |
priority() |
TestPlanExecution |
saveAndExecuteTestPlan(TestPlan testPlan,
org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlanExecution> executionId) |
@NotNull TestPlanExecution saveAndExecuteTestPlan(@NotNull TestPlan testPlan, @NotNull org.litote.kmongo.Id<ai.tock.bot.admin.test.TestPlanExecution> executionId)
@NotNull
java.util.List<ai.tock.bot.admin.bot.BotApplicationConfiguration> getBotConfigurations(@NotNull
java.lang.String namespace,
@NotNull
java.lang.String botId)
int priority()