Uses of Class
ch.admin.bit.jeap.testorchestrator.services.TestRunService
Packages that use TestRunService
Package
Description
-
Uses of TestRunService in ch.admin.bit.jeap.testorchestrator.adapter.testagent
Methods in ch.admin.bit.jeap.testorchestrator.adapter.testagent with parameters of type TestRunServiceModifier and TypeMethodDescriptionvoidOrchestratorAsyncExceptionHandler.setTestRunService(TestRunService testRunService) -
Uses of TestRunService in ch.admin.bit.jeap.testorchestrator.services
Constructors in ch.admin.bit.jeap.testorchestrator.services with parameters of type TestRunServiceModifierConstructorDescriptionTestCaseService(List<TestCaseBaseInterface> testCases, TestReportService testReportService, TestRunService testRunService, TestCaseJpaRepository testCaseJpaRepository, String callbackUrl, String zephyrEnvironment, long testRunTimeout) This Service injects the specific TestCase-Implementation by naming Convention. -
Uses of TestRunService in ch.admin.bit.jeap.testorchestrator.testsupport
Fields in ch.admin.bit.jeap.testorchestrator.testsupport declared as TestRunService