Package 

Interface TestService

    • Method Summary

      Modifier and Type Method Description
      abstract Function1<AdminVerticle, Unit> registerServices()
      abstract Integer priority()
      abstract 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.
      • Methods inherited from class ai.tock.bot.admin.test.TestService

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • saveAndExecuteTestPlan

         abstract 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.