Uses of Interface
ch.admin.bit.jeap.testorchestrator.services.TestCaseBaseInterface
Packages that use TestCaseBaseInterface
Package
Description
-
Uses of TestCaseBaseInterface in ch.admin.bit.jeap.testorchestrator.services
Fields in ch.admin.bit.jeap.testorchestrator.services with type parameters of type TestCaseBaseInterfaceModifier and TypeFieldDescriptionprotected Map<String, TestCaseBaseInterface> TestRunService.testCasesMapMethods in ch.admin.bit.jeap.testorchestrator.services that return TestCaseBaseInterfaceMethod parameters in ch.admin.bit.jeap.testorchestrator.services with type arguments of type TestCaseBaseInterfaceModifier and TypeMethodDescriptionvoidTestRunService.setTestCasesMap(Map<String, TestCaseBaseInterface> testCasesMap) Constructor parameters in ch.admin.bit.jeap.testorchestrator.services with type arguments of type TestCaseBaseInterfaceModifierConstructorDescriptionTestCaseService(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 TestCaseBaseInterface in ch.admin.bit.jeap.testorchestrator.testsupport
Methods in ch.admin.bit.jeap.testorchestrator.testsupport with parameters of type TestCaseBaseInterfaceModifier and TypeMethodDescriptionvoidTestCaseRunner.run(TestCaseBaseInterface testCase) Run the given test case.TestCaseRunner.runAsync(TestCaseBaseInterface testCase) Run the given test case asynchronously with support for asynchronous notifications.