Uses of Class
com.chutneytesting.scenario.domain.raw.RawTestCase
-
Packages that use RawTestCase Package Description com.chutneytesting.execution.domain com.chutneytesting.scenario.api.raw.mapper com.chutneytesting.scenario.domain.raw -
-
Uses of RawTestCase in com.chutneytesting.execution.domain
Methods in com.chutneytesting.execution.domain that return RawTestCase Modifier and Type Method Description RawTestCaseRawDataSetPreProcessor. apply(ExecutionRequest executionRequest) -
Uses of RawTestCase in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type RawTestCase Modifier and Type Method Description static GwtTestCaseRawTestCaseMapper. fromRaw(RawTestCase testCase)static RawTestCaseDtoRawTestCaseMapper. toDto(RawTestCase testCase) -
Uses of RawTestCase in com.chutneytesting.scenario.domain.raw
Methods in com.chutneytesting.scenario.domain.raw that return RawTestCase Modifier and Type Method Description RawTestCaseRawTestCase.RawTestCaseBuilder. build()
-