-
- All Implemented Interfaces:
-
ai.tock.bot.admin.test.TestService
public final class TestCoreService implements TestService
-
-
Constructor Summary
Constructors Constructor Description TestCoreService()
-
Method Summary
Modifier and Type Method Description Function1<AdminVerticle, Unit>registerServices()TestPlanExecutionsaveAndExecuteTestPlan(String namespace, TestPlan testPlan, Id<TestPlanExecution> executionId)This function saves the current test plan in the mongo database and executes all test contained in the common test plan. Integerpriority()-
-
Method Detail
-
registerServices
Function1<AdminVerticle, Unit> registerServices()
-
saveAndExecuteTestPlan
TestPlanExecution saveAndExecuteTestPlan(String namespace, TestPlan testPlan, Id<TestPlanExecution> executionId)
This function saves the current test plan in the mongo database and executes all test contained in the common test plan.
-
-
-
-