Uses of Class
ch.admin.bit.jeap.testorchestrator.services.TestReportService
Packages that use TestReportService
Package
Description
-
Uses of TestReportService in ch.admin.bit.jeap.testorchestrator.adapter.testagent
Methods in ch.admin.bit.jeap.testorchestrator.adapter.testagent with parameters of type TestReportServiceModifier and TypeMethodDescriptionvoidOrchestratorAsyncExceptionHandler.setTestReportService(TestReportService testReportService) -
Uses of TestReportService in ch.admin.bit.jeap.testorchestrator.services
Constructors in ch.admin.bit.jeap.testorchestrator.services with parameters of type TestReportServiceModifierConstructorDescriptionTestCaseService(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.TestRunService(TestReportService testReportService, TestRunJpaRepository testRunJpaRepository, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of TestReportService in ch.admin.bit.jeap.testorchestrator.testsupport
Fields in ch.admin.bit.jeap.testorchestrator.testsupport declared as TestReportServiceModifier and TypeFieldDescriptionprotected TestReportServiceTestCaseTestBase.testReportServiceMockMethods in ch.admin.bit.jeap.testorchestrator.testsupport with parameters of type TestReportServiceModifier and TypeMethodDescriptionTestCaseMockTool.TestCaseMockToolBuilder.testReportServiceMock(@NonNull TestReportService testReportServiceMock)