Uses of Class
com.chutneytesting.component.scenario.domain.ComposableTestCase
-
Packages that use ComposableTestCase Package Description com.chutneytesting.component.scenario.api com.chutneytesting.component.scenario.infra -
-
Uses of ComposableTestCase in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api that return ComposableTestCase Modifier and Type Method Description static ComposableTestCaseComposableTestCaseMapper. fromDto(ComposableTestCaseDto composableTestCaseDto)Methods in com.chutneytesting.component.scenario.api with parameters of type ComposableTestCase Modifier and Type Method Description static ComposableTestCaseDtoComposableTestCaseMapper. toDto(ComposableTestCase composableTestCase) -
Uses of ComposableTestCase in com.chutneytesting.component.scenario.infra
Methods in com.chutneytesting.component.scenario.infra that return types with arguments of type ComposableTestCase Modifier and Type Method Description Optional<ComposableTestCase>OrientComposableTestCaseRepository. findById(String composableTestCaseId)Methods in com.chutneytesting.component.scenario.infra with parameters of type ComposableTestCase Modifier and Type Method Description ExecutableComposedTestCaseExecutableComposedTestCaseMapper. composableToExecutable(ComposableTestCase composableTestCase)StringOrientComposableTestCaseRepository. save(ComposableTestCase composableTestCase)
-