Uses of Interface
ch.admin.bit.jeap.testorchestrator.adapter.jpa.TestCaseJpaRepository
Packages that use TestCaseJpaRepository
Package
Description
-
Uses of TestCaseJpaRepository in ch.admin.bit.jeap.testorchestrator.metrics
Constructors in ch.admin.bit.jeap.testorchestrator.metrics with parameters of type TestCaseJpaRepositoryModifierConstructorDescriptionTestCaseMetricsService(TestCaseJpaRepository testCaseJpaRepository, TestRunJpaRepository testRunJpaRepository) -
Uses of TestCaseJpaRepository in ch.admin.bit.jeap.testorchestrator.services
Constructors in ch.admin.bit.jeap.testorchestrator.services with parameters of type TestCaseJpaRepositoryModifierConstructorDescriptionTestCaseService(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.