interface TestClientService (source)
A tock client, used to get info from Tock in a potential test context.
getBotConfigurations |
abstract fun getBotConfigurations(namespace: String, botId: String): List<BotApplicationConfiguration> |
priority |
abstract fun priority(): Int |
saveAndExecuteTestPlan |
abstract fun saveAndExecuteTestPlan(testPlan: TestPlan, executionId: Id<TestPlanExecution>): TestPlanExecution |