Interface TestService

  • All Implemented Interfaces:

    
    public interface TestService
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 java.lang.Object

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

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