Package 

Class TestCoreService

    • Method Summary

      Modifier and Type Method Description
      Function1<AdminVerticle, Unit> registerServices()
      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.
      Integer priority()
      • 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
    • Constructor Detail

      • TestCoreService

        TestCoreService()
    • Method Detail

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