-
public interface TestService
-
-
Method Summary
Modifier and Type Method Description abstract Function1<AdminVerticle, Unit>registerServices()abstract Integerpriority()abstract 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. -
-
Method Detail
-
registerServices
abstract Function1<AdminVerticle, Unit> registerServices()
-
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.
-
-
-
-