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